org.apache.xerces.impl.xpath
Class XPath.NodeTest
java.lang.Object
org.apache.xerces.impl.xpath.XPath.NodeTest
- XPath
- Cloneable
public static class XPath.NodeTest
extends java.lang.Object
implements Cloneable
Node test.
static short | NAMESPACE - Type: namespace
|
static short | NODE - Type: node.
|
static short | QNAME - Type: qualified name.
|
static short | WILDCARD - Type: wildcard.
|
org.apache.xerces.xni.QName | name - Node qualified name.
|
short | type - Node test type.
|
NodeTest(String prefix, 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.
|
NodeTest(short type) - Constructs a node test of type WILDCARD or NODE.
|
Object | clone() - Returns a clone of this object.
|
String | toString() - Returns a string representation of this object.
|
NAMESPACE
public static final short NAMESPACE
Type: namespace
NODE
public static final short NODE
Type: node.
QNAME
public static final short QNAME
Type: qualified name.
WILDCARD
public static final short WILDCARD
Type: wildcard.
name
public final org.apache.xerces.xni.QName name
Node qualified name.
type
public short type
Node test type.
NodeTest
public NodeTest(String prefix,
String uri)
Constructs a node test of type Namespace.
NodeTest
public NodeTest(org.apache.xerces.xni.QName name)
Constructs a node test of type QName.
NodeTest
public NodeTest(short type)
Constructs a node test of type WILDCARD or NODE.
clone
public Object clone()
Returns a clone of this object.
toString
public String toString()
Returns a string representation of this object.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.