|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.ast.XPathNode
org.ucl.xpath.ast.NodeTest
org.ucl.xpath.ast.NameTest
Class for Name test operation.
Constructor Summary | |
NameTest(QName name)
Constructor for NameTest. |
Method Summary | |
java.lang.Object |
accept(XPathVisitor v)
Support for Visitor interface. |
QName |
name()
Support for QName interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NameTest(QName name)
name
- QName to test.Method Detail |
public java.lang.Object accept(XPathVisitor v)
accept
in class XPathNode
public QName name()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |