dk.brics.xpath
Class Node

java.lang.Object
  extended by dk.brics.xpath.Node
Direct Known Subclasses:
Axis, Path, Predicate, Step, Test, UnionExpr

public abstract class Node
extends Object

Abstract superclass for XPath nodes.


Constructor Summary
Node()
           
 
Method Summary
abstract  void apply(Visitor v)
          Applies the given Visitor to this node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node

public Node()
Method Detail

apply

public abstract void apply(Visitor v)
Applies the given Visitor to this node.

Parameters:
v - node visitor


Copyright © 2005-2010 Anders Møller.