org.ucl.xpath.ast
Class XPathNode

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
Direct Known Subclasses:
Expr, ItemType, NodeTest, PrimaryExpr, SequenceType, SingleType, Step, XPath

public abstract class XPathNode
extends java.lang.Object

Class for a XPathNode object.


Constructor Summary
XPathNode()
           
 
Method Summary
abstract  java.lang.Object accept(XPathVisitor v)
          Support for Visitor interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathNode

public XPathNode()
Method Detail

accept

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