Class XPath.Step
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.XPath.Step
-
-
Field Summary
Fields Modifier and Type Field Description XPath.Axis
axis
Axis.XPath.NodeTest
nodeTest
Node test.
-
Constructor Summary
Constructors Modifier Constructor Description Step(XPath.Axis axis, XPath.NodeTest nodeTest)
Constructs a step from an axis and node test.protected
Step(XPath.Step step)
Copy constructor.
-
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
-
axis
public final XPath.Axis axis
Axis.
-
nodeTest
public final XPath.NodeTest nodeTest
Node test.
-
-
Constructor Detail
-
Step
public Step(XPath.Axis axis, XPath.NodeTest nodeTest)
Constructs a step from an axis and node test.
-
Step
protected Step(XPath.Step step)
Copy constructor.
-
-