Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.XPath.LocationPath
-
Packages that use XPath.LocationPath Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath -
-
Uses of XPath.LocationPath in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath declared as XPath.LocationPath Modifier and Type Field Description protected XPath.LocationPath[]
XPath. fLocationPaths
Location paths.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath that return XPath.LocationPath Modifier and Type Method Description XPath.LocationPath
XPath. getLocationPath()
Returns a representation of the first location path for this XPath.XPath.LocationPath[]
XPath. getLocationPaths()
Returns a representation of all location paths for this XPath.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath with parameters of type XPath.LocationPath Constructor Description LocationPath(XPath.LocationPath path)
Copy constructor.
-