org.ucl.xpath.ast
Class XPath

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.XPath

public class XPath
extends XPathNode

Support for XPath (duh).


Constructor Summary
XPath(java.util.Collection exprs)
          Constructor for XPath.
 
Method Summary
 java.lang.Object accept(XPathVisitor v)
          Support for Visitor interface.
 java.util.Iterator iterator()
          Support for Iterator interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPath

public XPath(java.util.Collection exprs)
Constructor for XPath.

Parameters:
exprs - XPath expressions.
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.

iterator

public java.util.Iterator iterator()
Support for Iterator interface.

Returns:
Result of Iterator operation.