de.fraunhofer.ipsi.xquery.tree.primary
Class XQueryVariable
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.XQueryVariable
- All Implemented Interfaces:
- XQueryExpression, XQueryPrimaryExpr, XQueryStepExpr, XQueryNode
public class XQueryVariable
- extends XQueryPrimaryExprAbstract
XQuery Interpreter Variable Operator.
- Since:
- CVS $Date: 2005/07/22 10:05:49 $
- Version:
- CVS $Revision: 1.5 $
- Author:
- Tobias Groh, Sven Overhage
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XQueryVariable
public XQueryVariable(PositionInfo pos,
java.lang.String n)
- Constructor
- Parameters:
column
- an intline
- an intn
- a String
getName
public QNameExpr getName()
- Method getName
- Returns:
- a QName
acceptVisitor
public void acceptVisitor(VisitorXQueryExpression visitor)
throws XQueryException
- Method acceptVisitor
- Parameters:
visitor
- a VisitorXQuery
- Throws:
QueryException
XQueryException