Package org.apache.xerces.impl.xpath
Class XPath.LocationPath
java.lang.Object
org.apache.xerces.impl.xpath.XPath.LocationPath
- All Implemented Interfaces:
Cloneable
- Enclosing class:
XPath
A location path representation for an XPath expression.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Author:
- Andy Clark, IBM
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Copy constructor.LocationPath
(XPath.Step[] steps) Creates a location path from a series of steps. -
Method Summary
-
Field Details
-
steps
List of steps.
-
-
Constructor Details
-
LocationPath
Creates a location path from a series of steps. -
LocationPath
Copy constructor.
-
-
Method Details