public static class XPath.NodeTest
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
org.apache.xerces.xni.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 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.