de.fraunhofer.ipsi.xquery.tree
Class XQuery

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.XQueryModule
          extended by de.fraunhofer.ipsi.xquery.tree.XQuery
All Implemented Interfaces:
XQueryNode

public class XQuery
extends XQueryModule


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

XQuery

public XQuery(XQueryProlog prolog,
              java.util.List<XQueryExpression> expr)
Constructor

Parameters:
column - an int
line - an int
prolog - a XQueryProlog
Method Detail

getExpressions

public java.util.List<XQueryExpression> getExpressions()
Method getExpressions

Returns:
a XQueryExprSequence

acceptVisitor

public void acceptVisitor(VisitorXQueryModulesAndProlog visitor)
                   throws XQueryException
Method acceptVisitor

Specified by:
acceptVisitor in class XQueryModule
Parameters:
visitor - a VisitorXQuery
Throws:
QueryException
XQueryException