de.fraunhofer.ipsi.xquery.tree.xml
Class XQueryAttribute
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.XQueryAttribute
- All Implemented Interfaces:
- XQueryExpression, XQueryPrimaryExpr, XQueryXmlExpression, XQueryStepExpr, XQueryNode
public class XQueryAttribute
- extends XQueryPrimaryExprAbstract
- implements XQueryXmlExpression
XQuery Interpreter AttributeValue.
- Since:
- CVS $Date: 2005/07/22 10:05:50 $
- 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 |
XQueryAttribute
public XQueryAttribute(PositionInfo pos,
QNameExpr x,
java.util.List<XQueryExpression> cont)
- Constructor
- Parameters:
column
- an intline
- an intx
- a QNamecont
- a List
getName
public QNameExpr getName()
- Method getName
- Returns:
- a QName
getContent
public java.util.List<XQueryExpression> getContent()
- Method getContent
- Returns:
- a List
acceptVisitor
public void acceptVisitor(VisitorXQueryExpression visitor)
throws XQueryException
- Method acceptVisitor
- Specified by:
acceptVisitor
in interface XQueryExpression
- Parameters:
visitor
- a VisitorXQuery
- Throws:
QueryException
XQueryException