de.fraunhofer.ipsi.xquery.tree.xml
Class XQueryCompNSConstructor
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.XQueryCompNSConstructor
- All Implemented Interfaces:
- XQueryExpression, XQueryPrimaryExpr, XQueryXmlExpression, XQueryStepExpr, XQueryNode
public class XQueryCompNSConstructor
- extends XQueryPrimaryExprAbstract
- implements XQueryXmlExpression
- Author:
- Michael Stark
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XQueryCompNSConstructor
public XQueryCompNSConstructor(PositionInfo pos,
XS_NCName ncName,
java.lang.String value)
- Constructor
- Parameters:
column
- an intline
- an intncName
- a XS_NCNamecontent
- a XQueryExprSequence
getNCName
public XS_NCName getNCName()
- Method getNCName
- Returns:
- a XS_NCName
getValue
public java.lang.String getValue()
- Method getContent
- Returns:
- a XQueryExprSequence
acceptVisitor
public void acceptVisitor(VisitorXQueryExpression visitor)
throws XQueryException
- Method acceptVisitor
- Specified by:
acceptVisitor
in interface XQueryExpression
- Parameters:
visitor
- a VisitorXQuery
- Throws:
XQueryException