|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.xpath.XPath.Step
public static class XPath.Step
A location path step comprised of an axis and node test.
Field Summary | |
---|---|
XPath.Axis |
axis
Axis. |
XPath.NodeTest |
nodeTest
Node test. |
Constructor Summary | |
---|---|
XPath.Step(XPath.Axis axis,
XPath.NodeTest nodeTest)
Constructs a step from an axis and node test. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final XPath.Axis axis
public final XPath.NodeTest nodeTest
Constructor Detail |
---|
public XPath.Step(XPath.Axis axis, XPath.NodeTest nodeTest)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |