public static class XPath.NodeTest
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| org.apache.xerces.xni.QName | nameNode qualified name. | 
| static short | NAMESPACEType: namespace | 
| static short | NODEType: node. | 
| static short | QNAMEType: qualified name. | 
| short | typeNode test type. | 
| static short | WILDCARDType: wildcard. | 
| Constructor and Description | 
|---|
| 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(java.lang.String prefix,
              java.lang.String uri)Constructs a node test of type Namespace. | 
| XPath.NodeTest(XPath.NodeTest nodeTest)Copy constructor. | 
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 org.apache.xerces.xni.QName name
public XPath.NodeTest(short type)
public XPath.NodeTest(org.apache.xerces.xni.QName name)
public XPath.NodeTest(java.lang.String prefix,
              java.lang.String uri)
public XPath.NodeTest(XPath.NodeTest nodeTest)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.