|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.ast.XPathNode
org.ucl.xpath.ast.PrimaryExpr
org.ucl.xpath.ast.ParExpr
Class for parethesized expressions support.
Constructor Summary | |
ParExpr(java.util.Collection exprs)
Constructor for ParExpr. |
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 |
public ParExpr(java.util.Collection exprs)
exprs
- Expressions.Method Detail |
public java.lang.Object accept(XPathVisitor v)
accept
in class XPathNode
public java.util.Iterator iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |