Package xbird.xquery.type.node

Examples of xbird.xquery.type.node.ElementTest


    public ElementConstructor(QualifiedName name, List<AttributeConstructorBase> atts) {
        this.name = name;
        this._attslen = atts.size();
        this.attributes = atts;
        this._type = name == null ? ElementTest.ANY_ELEMENT : new ElementTest(name);
    }
View Full Code Here

TOP

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

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.