org.ucl.xpath.ast
Class PITest

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.NodeTest
          extended byorg.ucl.xpath.ast.KindTest
              extended byorg.ucl.xpath.ast.PITest

public class PITest
extends KindTest

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

PITest

public PITest(java.lang.String arg)
Constructor for PITest.

Parameters:
arg - instruction argument.

PITest

public PITest()
Default Constructor for PITest.

Method Detail

accept

public java.lang.Object accept(XPathVisitor v)
Support for Visitor interface.

Specified by:
accept in class XPathNode
Returns:
Result of Visitor operation.

arg

public java.lang.String arg()
Support for String arguments.

Returns:
Result of String operation.