|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.xpath.XPath.NodeTest
Node test.
Field Summary | |
org.apache.xerces.xni.QName |
name
Node qualified name. |
static short |
NODE
Type: node. |
static short |
QNAME
Type: qualified name. |
short |
type
Node test type. |
static short |
WILDCARD
Type: wildcard. |
Constructor Summary | |
XPath.NodeTest(org.apache.xerces.xni.QName name)
Constructs a node test of type QName. |
|
XPath.NodeTest(short type)
Constructs a node test of type WILDCARD or NODE. |
|
XPath.NodeTest(XPath.NodeTest nodeTest)
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 QNAME
public static final short WILDCARD
public static final short NODE
public short type
public final org.apache.xerces.xni.QName name
Constructor Detail |
public XPath.NodeTest(short type)
public XPath.NodeTest(org.apache.xerces.xni.QName name)
public XPath.NodeTest(XPath.NodeTest nodeTest)
Method Detail |
public java.lang.String toString()
public java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |