de.fraunhofer.ipsi.xquery.tree.expression
Class XQueryExtensionExpr
java.lang.Object
de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
de.fraunhofer.ipsi.xquery.tree.expression.XQueryExtensionExpr
- All Implemented Interfaces:
- XQueryExpression, XQueryNode
public class XQueryExtensionExpr
- extends XQueryExpressionAbstract
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XQueryExtensionExpr
public XQueryExtensionExpr(PositionInfo pos,
java.util.List<XQueryPragma> pragmas,
java.util.List<XQueryExpression> expr)
- Constructor
- Parameters:
pos
- a PositionInfopragmas
- a Listexpr
- a XQueryExpression
getPragmas
public java.util.List<XQueryPragma> getPragmas()
- Returns Pragmas
- Returns:
- a List
getExpression
public java.util.List<XQueryExpression> getExpression()
- Returns Expr
- Returns:
- a XQueryExpression
acceptVisitor
public void acceptVisitor(VisitorXQueryExpression visitor)
throws XQueryException
- Method acceptVisitor
- Parameters:
visitor
- a VisitorXQuery
- Throws:
QueryException
XQueryException