Package xbird.xquery.type.node

Examples of xbird.xquery.type.node.DocumentTest


    private static final long serialVersionUID = -9069069603653503384L;
   
    public static final String SYMBOL = EXT_NSPREFIX + ':' + "import-document";

    public DynamicImport() {
        super(SYMBOL, new DocumentTest());
    }
View Full Code Here


    public static final String SYMBOL = "fn:doc";
    public static final QualifiedName FUNC_NAME = resolve(SYMBOL);

    public Doc() {
        super(FUNC_NAME, new SequenceType(new DocumentTest(), Occurrence.OCC_ZERO_OR_ONE));
    }
View Full Code Here

    private static final long serialVersionUID = -9069069603653503384L;
   
    public static final String SYMBOL = EXT_NSPREFIX + ':' + "import-document";

    public DynamicImport() {
        super(SYMBOL, new DocumentTest());
    }
View Full Code Here

TOP

Related Classes of xbird.xquery.type.node.DocumentTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.