|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.xpath.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. |
protected |
XPath.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. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public XPath.Axis axis
public XPath.NodeTest nodeTest
Constructor Detail |
public XPath.Step(XPath.Axis axis, XPath.NodeTest nodeTest)
protected XPath.Step(XPath.Step step)
Method Detail |
public Object clone()
public String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |