de.fraunhofer.ipsi.xquery.tree.primary
Class XQueryFunctionCall
java.lang.Object
de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
de.fraunhofer.ipsi.xquery.tree.primary.XQueryFunctionCall
- All Implemented Interfaces:
- XQueryExpression, XQueryPrimaryExpr, XQueryStepExpr, XQueryNode
public class XQueryFunctionCall
- extends XQueryPrimaryExprAbstract
XQuery Interpreter FunctionCallOperator.
- Since:
- CVS $Date: 2005/07/22 10:05:49 $
- Version:
- CVS $Revision: 1.6 $
- Author:
- Tobias Groh, Sven Overhage
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XQueryFunctionCall
public XQueryFunctionCall(PositionInfo pos,
QNameExpr n,
java.util.List<XQueryExpression> l)
- Constructor
- Parameters:
column
- an intline
- an intn
- a QNamel
- a List
getFunctionName
public QNameExpr getFunctionName()
- Method getFunctionName
- Returns:
- a XS_QName
getExpressions
public java.util.List<XQueryExpression> getExpressions()
- Method getExpressions
- Returns:
- a List
acceptVisitor
public void acceptVisitor(VisitorXQueryExpression visitor)
throws XQueryException
- Method acceptVisitor
- Parameters:
visitor
- a VisitorXQuery
- Throws:
QueryException
XQueryException