|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.validators.schema.identity.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. |
protected |
XPath.Axis(XPath.Axis axis)
Copy constructor. |
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, finalize, 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 short type
Constructor Detail |
public XPath.Axis(short type)
protected XPath.Axis(XPath.Axis axis)
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |