|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.XQueryModule
de.fraunhofer.ipsi.xquery.tree.XQuery
public class XQuery
Constructor Summary | |
---|---|
XQuery(XQueryProlog prolog,
java.util.List<XQueryExpression> expr)
Constructor |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
java.util.List<XQueryExpression> |
getExpressions()
Method getExpressions |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryModule |
---|
getProlog, toString |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract |
---|
getPosition, setPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XQuery(XQueryProlog prolog, java.util.List<XQueryExpression> expr)
column
- an intline
- an intprolog
- a XQueryPrologMethod Detail |
---|
public java.util.List<XQueryExpression> getExpressions()
public void acceptVisitor(VisitorXQueryModulesAndProlog visitor) throws XQueryException
acceptVisitor
in class XQueryModule
visitor
- a VisitorXQuery
QueryException
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |