|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.fzi.XPath.NodeTest | +--de.fzi.XPath.NameTest
NameTest class.
Field Summary | |
static int |
ANY
Any principal node. |
static int |
INVALID
Invalid name test |
static int |
NAME
Principal node with given name. |
static int |
PREFIX_ANY
Any principal node in given namespace. |
static int |
PREFIX_NAME
Principal node with given name in given namespace. |
Constructor Summary | |
NameTest(java.lang.String thename)
Instantiates NameTest for given name. |
|
NameTest(java.lang.String theprefix,
java.lang.String thename)
Instantiates NameTest for given name. |
Method Summary | |
int |
getNameTestType()
Return name test type of this instance. |
static NameTest |
parseQName(java.lang.String qname)
Creates a NameTest from given QName. |
java.lang.String |
toString()
Return String representation of this instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int INVALID
public static final int ANY
public static final int PREFIX_ANY
public static final int NAME
public static final int PREFIX_NAME
Constructor Detail |
public NameTest(java.lang.String thename)
thename
- name.public NameTest(java.lang.String theprefix, java.lang.String thename)
preix
- prefix.thename
- name.Method Detail |
public static NameTest parseQName(java.lang.String qname)
qname
- QName.public int getNameTestType()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |