Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.XPath.Step
-
Packages that use XPath.Step Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath -
-
Uses of XPath.Step 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.Step Modifier and Type Field Description XPath.Step[]
XPath.LocationPath. steps
List of steps.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath with parameters of type XPath.Step Constructor Description LocationPath(XPath.Step[] steps)
Creates a location path from a series of steps.Step(XPath.Step step)
Copy constructor.
-