java.lang.Cloneable
public static class XPath.NodeTest
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field | 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 | Description |
---|---|
NodeTest(short type) |
Constructs a node test of type WILDCARD or NODE.
|
NodeTest(java.lang.String prefix,
java.lang.String uri) |
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.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
Returns a clone of this object.
|
java.lang.String |
toString() |
Returns a string representation of this object.
|
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 NodeTest(short type)
public NodeTest(org.apache.xerces.xni.QName name)
public NodeTest(java.lang.String prefix, java.lang.String uri)
public NodeTest(XPath.NodeTest nodeTest)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.