|
||||||||||
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.NodeTest
public static class XPath.NodeTest
Node test.
Field Summary | |
---|---|
QName |
name
Node qualified name. |
static short |
NAMESPACE
Type: namespace |
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(QName name)
Constructs a node test of type QName. |
|
XPath.NodeTest(short type)
Constructs a node test of type WILDCARD or NODE. |
|
XPath.NodeTest(java.lang.String prefix,
java.lang.String uri)
Constructs a node test of type Namespace. |
|
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, 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 static final short NAMESPACE
public final short type
public final QName name
Constructor Detail |
---|
public XPath.NodeTest(short type)
public XPath.NodeTest(QName name)
public XPath.NodeTest(java.lang.String prefix, java.lang.String uri)
public XPath.NodeTest(XPath.NodeTest nodeTest)
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 |