Package org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.documentorder

Examples of org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.documentorder.DocumentOrderYESPropagationPolicy


    public Function(QName qname, Signature signature) {
        this.fid = new FunctionIdentifier(VXQUERY, "{" + qname.getNamespaceURI() + "}" + qname.getLocalPart());
        this.qname = qname;
        this.signature = signature;
        this.documentOrderPropagationPolicy = new DocumentOrderYESPropagationPolicy();
        this.uniqueNodesPropagationPolicy = new UniqueNodesYESPropagationPolicy();
    }
View Full Code Here

TOP

Related Classes of org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.documentorder.DocumentOrderYESPropagationPolicy

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.