org.apache.xerces.impl.xpath
public static class XPath.Step extends java.lang.Object implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
XPath.Axis |
axis
Axis.
|
XPath.NodeTest |
nodeTest
Node test.
|
Modifier | Constructor and Description |
---|---|
|
XPath.Step(XPath.Axis axis,
XPath.NodeTest nodeTest)
Constructs a step from an axis and node test.
|
protected |
XPath.Step(XPath.Step step)
Copy constructor.
|
public XPath.Axis axis
public XPath.NodeTest nodeTest
public XPath.Step(XPath.Axis axis, XPath.NodeTest nodeTest)
protected XPath.Step(XPath.Step step)
Copyright ? 1999-2005 Apache XML Project. All Rights Reserved.