org.enhydra.apache.xerces.validators.schema.identity
Class XPath.Step
java.lang.Object
|
+--org.enhydra.apache.xerces.validators.schema.identity.XPath.Step
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- XPath
- public static class XPath.Step
- extends Object
- implements Cloneable
A location path step comprised of an axis and node test.
- Author:
- Andy Clark, IBM
Method Summary |
Object |
clone()
Returns a clone of this object. |
String |
toString()
Returns a string representation of this object. |
axis
public XPath.Axis axis
- Axis.
nodeTest
public XPath.NodeTest nodeTest
- Node test.
XPath.Step
public XPath.Step(XPath.Axis axis,
XPath.NodeTest nodeTest)
- Constructs a step from an axis and node test.
XPath.Step
protected XPath.Step(XPath.Step step)
- Copy constructor.
toString
public String toString()
- Returns a string representation of this object.
- Overrides:
toString
in class Object
clone
public Object clone()
- Returns a clone of this object.
- Overrides:
clone
in class Object
Copyright © 1999 The Apache Software Foundation. All Rights reserved.