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 voidJaxenHandler. addSteps(LocationPath locationPath, java.util.Iterator stepIter) -
Uses of LocationPath in org.jaxen.expr
Classes in org.jaxen.expr that implement LocationPath Modifier and Type Class Description classDefaultAbsoluteLocationPathDeprecated.this class will become non-public in the future; use the interface instead(package private) classDefaultLocationPathclassDefaultRelativeLocationPathDeprecated.this class will become non-public in the future; use the interface insteadFields in org.jaxen.expr declared as LocationPath Modifier and Type Field Description private LocationPathDefaultPathExpr. locationPathMethods in org.jaxen.expr that return LocationPath Modifier and Type Method Description LocationPathDefaultXPathFactory. createAbsoluteLocationPath()LocationPathXPathFactory. createAbsoluteLocationPath()Create a new empty absolute location path.LocationPathDefaultXPathFactory. createRelativeLocationPath()LocationPathXPathFactory. createRelativeLocationPath()Create a new empty relative location path.LocationPathDefaultPathExpr. getLocationPath()LocationPathPathExpr. 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 PathExprDefaultXPathFactory. createPathExpr(FilterExpr filterExpr, LocationPath locationPath)PathExprXPathFactory. createPathExpr(FilterExpr filterExpr, LocationPath locationPath)Create a new path expression.Constructors in org.jaxen.expr with parameters of type LocationPath Constructor Description DefaultPathExpr(Expr filterExpr, LocationPath locationPath) -
Uses of LocationPath in org.jaxen.pattern
Methods in org.jaxen.pattern with parameters of type LocationPath Modifier and Type Method Description protected static LocationPathPatternPatternParser. convertExpr(LocationPath locationPath)Deprecated.
-