|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.xpath.XPath.Axis
public static class XPath.Axis
Axis.
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 | |
---|---|
XPath.Axis(short type)
Constructs an axis with the specified type. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short CHILD
public static final short ATTRIBUTE
public static final short SELF
public static final short DESCENDANT
public final short type
Constructor Detail |
---|
public XPath.Axis(short type)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |