Uses of Interface
org.jaxen.expr.LocationPath
Packages that use LocationPath
Package
Description
This package defines the core Jaxen API to the XPath engine.
Interfaces and default implementations for
XPath expression components.
Defines XSLT Pattern objects.
-
Uses of LocationPath in org.jaxen
Methods in org.jaxen with parameters of type LocationPathModifier and TypeMethodDescriptionprotected void
JaxenHandler.addSteps
(LocationPath locationPath, Iterator stepIter) -
Uses of LocationPath in org.jaxen.expr
Classes in org.jaxen.expr that implement LocationPathModifier and TypeClassDescriptionclass
Deprecated.this class will become non-public in the future; use the interface instead(package private) class
class
Deprecated.this class will become non-public in the future; use the interface insteadFields in org.jaxen.expr declared as LocationPathMethods in org.jaxen.expr that return LocationPathModifier and TypeMethodDescriptionDefaultXPathFactory.createAbsoluteLocationPath()
XPathFactory.createAbsoluteLocationPath()
Create a new empty absolute location path.DefaultXPathFactory.createRelativeLocationPath()
XPathFactory.createRelativeLocationPath()
Create a new empty relative location path.DefaultPathExpr.getLocationPath()
PathExpr.getLocationPath()
Returns the location path part of this path expression.Methods in org.jaxen.expr with parameters of type LocationPathModifier and TypeMethodDescriptionDefaultXPathFactory.createPathExpr
(FilterExpr filterExpr, LocationPath locationPath) XPathFactory.createPathExpr
(FilterExpr filterExpr, LocationPath locationPath) Create a new path expression.Constructors in org.jaxen.expr with parameters of type LocationPathModifierConstructorDescription(package private)
DefaultPathExpr
(Expr filterExpr, LocationPath locationPath) -
Uses of LocationPath in org.jaxen.pattern
Methods in org.jaxen.pattern with parameters of type LocationPathModifier and TypeMethodDescriptionprotected static LocationPathPattern
PatternParser.convertExpr
(LocationPath locationPath) Deprecated.