org.apache.xerces.impl.xpath
Class XPath.Step
java.lang.Object
org.apache.xerces.impl.xpath.XPath.Step
- XPath
- Cloneable
public static class XPath.Step
extends java.lang.Object
implements Cloneable
A location path step comprised of an axis and node test.
Object | clone() - Returns a clone of this object.
|
String | toString() - Returns a string representation of this object.
|
Step
protected Step(XPath.Step step)
Copy constructor.
clone
public Object clone()
Returns a clone of this object.
toString
public String toString()
Returns a string representation of this object.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.