org.apache.xerces.impl.xpath
Class XPath.Axis
java.lang.Object
org.apache.xerces.impl.xpath.XPath.Axis
- XPath
- Cloneable
public static class XPath.Axis
extends java.lang.Object
implements Cloneable
Axis.
Axis(XPath.Axis axis) - Copy constructor.
|
Axis(short type) - Constructs an axis with the specified type.
|
Object | clone() - Returns a clone of this object.
|
String | toString() - Returns a string representation of this object.
|
ATTRIBUTE
public static final short ATTRIBUTE
Type: attribute.
CHILD
public static final short CHILD
Type: child.
DESCENDANT
public static final short DESCENDANT
Type: descendant.
SELF
public static final short SELF
Type: self.
type
public short type
Axis type.
Axis
protected Axis(XPath.Axis axis)
Copy constructor.
Axis
public Axis(short type)
Constructs an axis with the specified type.
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.