de.fraunhofer.ipsi.xquery.tree.xml
Class XQueryComputedAttributeConstructor
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.xml.XQueryComputedConstructorAbstract
de.fraunhofer.ipsi.xquery.tree.xml.XQueryComputedAttributeConstructor
- All Implemented Interfaces:
- XQueryExpression, XQueryPrimaryExpr, XQueryXmlExpression, XQueryStepExpr, XQueryNode
public class XQueryComputedAttributeConstructor
- extends XQueryComputedConstructorAbstract
XQuery Interpreter ElementConstructorOperator.
- Since:
- CVS $Date: 2005/07/22 10:05:50 $
- 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 |
XQueryComputedAttributeConstructor
public XQueryComputedAttributeConstructor(PositionInfo pos,
QNameExpr namespec,
java.util.List<XQueryExpression> content)
- Constructor
- Parameters:
column
- an intline
- an intnamespec
- a QNamecontent
- a XQueryExprSequence
XQueryComputedAttributeConstructor
public XQueryComputedAttributeConstructor(PositionInfo pos,
java.util.List<XQueryExpression> expr,
java.util.List<XQueryExpression> content)
- Constructor
- Parameters:
column
- an intline
- an intexpr
- a XQueryExprSequencecontent
- a XQueryExprSequence
acceptVisitor
public void acceptVisitor(VisitorXQueryExpression visitor)
throws XQueryException
- Method acceptVisitor
- Parameters:
visitor
- a VisitorXQuery
- Throws:
QueryException
XQueryException