Uses of Interface
org.jaxen.expr.LocationPath

Packages that use LocationPath
org.jaxen This package defines the core Jaxen API to the XPath engine. 
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
org.jaxen.pattern Defines XSLT Pattern objects. 
org.jaxen.util Utility objects for walking object models. 
 

Uses of LocationPath in org.jaxen
 

Methods in org.jaxen with parameters of type LocationPath
protected  void JaxenHandler.addSteps(LocationPath locationPath, java.util.Iterator stepIter)
           
 

Uses of LocationPath in org.jaxen.expr
 

Classes in org.jaxen.expr that implement LocationPath
 class DefaultAbsoluteLocationPath
           
(package private)  class DefaultLocationPath
           
 class DefaultRelativeLocationPath
           
 

Fields in org.jaxen.expr declared as LocationPath
private  LocationPath DefaultPathExpr.locationPath
           
 

Methods in org.jaxen.expr that return LocationPath
 LocationPath DefaultXPathFactory.createRelativeLocationPath()
           
 LocationPath DefaultXPathFactory.createAbsoluteLocationPath()
           
 LocationPath DefaultPathExpr.getLocationPath()
           
 LocationPath XPathFactory.createRelativeLocationPath()
           
 LocationPath XPathFactory.createAbsoluteLocationPath()
           
 LocationPath PathExpr.getLocationPath()
           
 

Methods in org.jaxen.expr with parameters of type LocationPath
 void VisitorSupport.visit(LocationPath path)
           
 PathExpr DefaultXPathFactory.createPathExpr(FilterExpr filterExpr, LocationPath locationPath)
           
 PathExpr XPathFactory.createPathExpr(FilterExpr filterExpr, LocationPath locationPath)
           
 void Visitor.visit(LocationPath path)
           
 

Constructors in org.jaxen.expr with parameters of type LocationPath
DefaultPathExpr(Expr filterExpr, LocationPath locationPath)
           
 

Uses of LocationPath in org.jaxen.pattern
 

Methods in org.jaxen.pattern with parameters of type LocationPath
protected static LocationPathPattern PatternParser.convertExpr(LocationPath locationPath)
           
 

Uses of LocationPath in org.jaxen.util
 

Methods in org.jaxen.util with parameters of type LocationPath
 void XPath2XMLVisitor.visit(LocationPath expr)