Package org.apache.xerces.impl.xpath
Class XPath.NodeTest
java.lang.Object
org.apache.xerces.impl.xpath.XPath.NodeTest
- All Implemented Interfaces:
Cloneable
- Enclosing class:
XPath
Node test.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Author:
- Andy Clark, IBM
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.apache.xerces.xni.QName
Node qualified name.static final short
Type: namespacestatic final short
Type: node.static final short
Type: qualified name.final short
Node test type.static final short
Type: wildcard. -
Constructor Summary
ConstructorsConstructorDescriptionNodeTest
(short type) Constructs a node test of type WILDCARD or NODE.Constructs a node test of type Namespace.NodeTest
(XPath.NodeTest nodeTest) Copy constructor.NodeTest
(org.apache.xerces.xni.QName name) Constructs a node test of type QName. -
Method Summary
-
Field Details
-
QNAME
public static final short QNAMEType: qualified name.- See Also:
-
WILDCARD
public static final short WILDCARDType: wildcard.- See Also:
-
NODE
public static final short NODEType: node.- See Also:
-
NAMESPACE
public static final short NAMESPACEType: namespace- See Also:
-
type
public final short typeNode test type. -
name
public final org.apache.xerces.xni.QName nameNode qualified name.
-
-
Constructor Details
-
NodeTest
public NodeTest(short type) Constructs a node test of type WILDCARD or NODE. -
NodeTest
public NodeTest(org.apache.xerces.xni.QName name) Constructs a node test of type QName. -
NodeTest
Constructs a node test of type Namespace. -
NodeTest
Copy constructor.
-
-
Method Details