Uses of Interface
org.apache.jackrabbit.spi.commons.query.xpath.XPathVisitor

Packages that use XPathVisitor
org.apache.jackrabbit.spi.commons.query.xpath   
 

Uses of XPathVisitor in org.apache.jackrabbit.spi.commons.query.xpath
 

Classes in org.apache.jackrabbit.spi.commons.query.xpath that implement XPathVisitor
 class XPathQueryBuilder
          Query builder that translates a XPath statement into a query tree structure.
 

Methods in org.apache.jackrabbit.spi.commons.query.xpath with parameters of type XPathVisitor
 Object SimpleNode.childrenAccept(XPathVisitor visitor, Object data)
          Accept the visitor
 Object SimpleNode.jjtAccept(XPathVisitor visitor, Object data)
          Accept the visitor
 Object Node.jjtAccept(XPathVisitor visitor, Object data)
          Accept the visitor.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.