org.ucl.xpath.ast
Class NodeTest

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.NodeTest
Direct Known Subclasses:
KindTest, NameTest

public abstract class NodeTest
extends XPathNode

Class for Node test operation.


Constructor Summary
NodeTest()
           
 
Methods inherited from class org.ucl.xpath.ast.XPathNode
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTest

public NodeTest()