Package com.btaz.datautil.xml.model.querypath

Examples of com.btaz.datautil.xml.model.querypath.PathQueryParser


     * @param pathQuery path pathQuery string
     * @return {@code List} of {@code Node} objects matching the query
     * @throws XmlModelException XML model exception
     */
    public List<Node> pathQuery(String pathQuery) throws XmlModelException {
        return new PathQueryParser(root).pathQuery(pathQuery);
    }
View Full Code Here

TOP

Related Classes of com.btaz.datautil.xml.model.querypath.PathQueryParser

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.