org.apache.xerces.impl.xpath
public static class XPath.Axis extends Object implements Cloneable
UNKNOWN:
Field Summary | |
---|---|
static short | ATTRIBUTE Type: attribute. |
static short | CHILD Type: child. |
static short | DESCENDANT Type: descendant. |
static short | SELF Type: self. |
short | type Axis type. |
Constructor Summary | |
---|---|
Axis(short type) Constructs an axis with the specified type. | |
protected | Axis(XPath.Axis axis) Copy constructor. |
Method Summary | |
---|---|
Object | clone() Returns a clone of this object. |
String | toString() Returns a string representation of this object. |