org.apache.xerces.impl.xpath
public static class XPath.Step extends Object implements Cloneable
| Field Summary | |
|---|---|
| XPath.Axis | axis Axis. |
| XPath.NodeTest | nodeTest Node test. |
| Constructor Summary | |
|---|---|
| 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 | |
|---|---|
| Object | clone() Returns a clone of this object. |
| String | toString() Returns a string representation of this object. |