org.apache.xerces.impl.xpath

Class XPath.Step

public static class XPath.Step extends Object implements Cloneable

A location path step comprised of an axis and node test.

Author: Andy Clark, IBM

UNKNOWN:

Field Summary
XPath.Axisaxis
Axis.
XPath.NodeTestnodeTest
Node test.
Constructor Summary
Step(XPath.Axis axis, XPath.NodeTest nodeTest)
Constructs a step from an axis and node test.
protected Step(XPath.Step step)
Copy constructor.
Method Summary
Objectclone()
Returns a clone of this object.
StringtoString()
Returns a string representation of this object.

Field Detail

axis

public XPath.Axis axis
Axis.

nodeTest

public XPath.NodeTest nodeTest
Node test.

Constructor Detail

Step

public Step(XPath.Axis axis, XPath.NodeTest nodeTest)
Constructs a step from an axis and node test.

Step

protected Step(XPath.Step step)
Copy constructor.

Method Detail

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.