de.fraunhofer.ipsi.xquery.tree.xml
Class XQueryCompNSConstructor

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
          extended by de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
              extended by 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

Constructor Summary
XQueryCompNSConstructor(PositionInfo pos, XS_NCName ncName, java.lang.String value)
          Constructor
 
Method Summary
 void acceptVisitor(VisitorXQueryExpression visitor)
          Method acceptVisitor
 XS_NCName getNCName()
          Method getNCName
 java.lang.String getValue()
          Method getContent
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
isForwardStep
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
getCoreExpression, setCoreExpression, toString
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.xpath.XQueryStepExpr
isForwardStep
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpression
getCoreExpression
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.XQueryNode
getPosition
 

Constructor Detail

XQueryCompNSConstructor

public XQueryCompNSConstructor(PositionInfo pos,
                               XS_NCName ncName,
                               java.lang.String value)
Constructor

Parameters:
column - an int
line - an int
ncName - a XS_NCName
content - a XQueryExprSequence
Method Detail

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