|
||||||||||
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.KindTest
org.ucl.xpath.ast.PITest
Class for Processing Instruction support.
Constructor Summary | |
PITest()
Default Constructor for PITest. |
|
PITest(java.lang.String arg)
Constructor for PITest. |
Method Summary | |
java.lang.Object |
accept(XPathVisitor v)
Support for Visitor interface. |
java.lang.String |
arg()
Support for String arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PITest(java.lang.String arg)
arg
- instruction argument.public PITest()
Method Detail |
public java.lang.Object accept(XPathVisitor v)
accept
in class XPathNode
public java.lang.String arg()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |