Class XPath.LocationPath
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.XPath.LocationPath
-
-
Field Summary
Fields Modifier and Type Field Description XPath.Step[]
steps
List of steps.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LocationPath(XPath.LocationPath path)
Copy constructor.LocationPath(XPath.Step[] steps)
Creates a location path from a series of steps.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Returns a clone of this object.String
toString()
Returns a string representation of this object.
-
-
-
Field Detail
-
steps
public final XPath.Step[] steps
List of steps.
-
-
Constructor Detail
-
LocationPath
public LocationPath(XPath.Step[] steps)
Creates a location path from a series of steps.
-
LocationPath
protected LocationPath(XPath.LocationPath path)
Copy constructor.
-
-