Uses of Interface
org.apache.jackrabbit.spi.commons.query.xpath.XPathVisitor
-
Packages that use XPathVisitor Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description Object
SimpleNode. childrenAccept(XPathVisitor visitor, Object data)
Accept the visitor.Object
Node. jjtAccept(XPathVisitor visitor, Object data)
Accept the visitor.Object
SimpleNode. jjtAccept(XPathVisitor visitor, Object data)
Accept the visitor.
-