Package org.apache.xerces.impl.xpath
Class XPath.Step
java.lang.Object
org.apache.xerces.impl.xpath.XPath.Step
- All Implemented Interfaces:
Cloneable
- Enclosing class:
XPath
A location path step comprised of an axis and node test.
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
ConstructorsModifierConstructorDescriptionStep
(XPath.Axis axis, XPath.NodeTest nodeTest) Constructs a step from an axis and node test.protected
Step
(XPath.Step step) Copy constructor. -
Method Summary
-
Field Details
-
axis
Axis. -
nodeTest
Node test.
-
-
Constructor Details
-
Step
Constructs a step from an axis and node test. -
Step
Copy constructor.
-
-
Method Details