Uses of Interface
org.jaxen.expr.LocationPath
-
Packages that use LocationPath Package Description 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. -
-
Uses of LocationPath in org.jaxen
Methods in org.jaxen with parameters of type LocationPath Modifier and Type Method Description protected void
JaxenHandler. addSteps(LocationPath locationPath, java.util.Iterator stepIter)
-
Uses of LocationPath in org.jaxen.expr
Methods in org.jaxen.expr that return LocationPath Modifier and Type Method Description LocationPath
DefaultXPathFactory. createAbsoluteLocationPath()
LocationPath
XPathFactory. createAbsoluteLocationPath()
Create a new empty absolute location path.LocationPath
DefaultXPathFactory. createRelativeLocationPath()
LocationPath
XPathFactory. createRelativeLocationPath()
Create a new empty relative location path.LocationPath
PathExpr. getLocationPath()
Returns the location path part of this path expression.Methods in org.jaxen.expr with parameters of type LocationPath Modifier and Type Method Description PathExpr
DefaultXPathFactory. createPathExpr(FilterExpr filterExpr, LocationPath locationPath)
PathExpr
XPathFactory. createPathExpr(FilterExpr filterExpr, LocationPath locationPath)
Create a new path expression. -
Uses of LocationPath in org.jaxen.pattern
Methods in org.jaxen.pattern with parameters of type LocationPath Modifier and Type Method Description protected static LocationPathPattern
PatternParser. convertExpr(LocationPath locationPath)
-