|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.validators.schema.identity.XPath.NodeTest
Node test.
Field Summary | |
---|---|
protected StringPool |
fStringPool
String pool. |
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 Summary | |
---|---|
XPath.NodeTest(short type)
Constructs a node test of type WILDCARD or NODE. |
|
XPath.NodeTest(StringPool stringPool,
int prefix,
int uri)
Constructs a node test of type Namespace. |
|
XPath.NodeTest(StringPool stringPool,
QName name)
Constructs a node test of type QName. |
|
XPath.NodeTest(XPath.NodeTest nodeTest)
Copy constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final short QNAME
public static final short WILDCARD
public static final short NODE
public static final short NAMESPACE
protected StringPool fStringPool
public short type
public final QName name
Constructor Detail |
public XPath.NodeTest(short type)
public XPath.NodeTest(StringPool stringPool, QName name)
public XPath.NodeTest(StringPool stringPool, int prefix, int uri)
public XPath.NodeTest(XPath.NodeTest nodeTest)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |