Modifier and Type | Field and Description |
---|---|
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 |
---|
NodeTest(QName name)
Constructs a node test of type QName.
|
NodeTest(short type)
Constructs a node test of type WILDCARD or NODE.
|
NodeTest(String prefix,
String uri)
Constructs a node test of type Namespace.
|
NodeTest(XPath.NodeTest nodeTest)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this object.
|
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 QName name
public NodeTest(short type)
public NodeTest(QName name)
public NodeTest(XPath.NodeTest nodeTest)
Copyright © 2016 JBoss by Red Hat. All rights reserved.