org.apache.xerces.impl.xpath
public static class XPath.NodeTest extends Object implements Cloneable
| 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 | |
|---|---|
| NodeTest(short type) Constructs a node test of type WILDCARD or NODE. | |
| NodeTest(QName name) Constructs a node test of type QName. | |
| NodeTest(String prefix, String uri) Constructs a node test of type Namespace. | |
| NodeTest(XPath.NodeTest nodeTest) Copy constructor. | |
| Method Summary | |
|---|---|
| Object | clone() Returns a clone of this object. |
| String | toString() Returns a string representation of this object. |