de.fraunhofer.ipsi.xquery.tree.types
Class XQueryAtomicType

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.types.XQuerySequenceType
          extended by de.fraunhofer.ipsi.xquery.tree.types.XQueryAtomicType
All Implemented Interfaces:
XQueryNode

public class XQueryAtomicType
extends XQuerySequenceType


Constructor Summary
XQueryAtomicType(PositionInfo pos, QNameExpr qname)
          Constructor
 
Method Summary
 void acceptVisitor(VisitorXQueryTypes visitor)
          Method acceptVisitor
 QNameExpr getName()
          Method getName
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.types.XQuerySequenceType
getCoreType, getKind, getOccurence, setCoreType, setOccurence
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryAtomicType

public XQueryAtomicType(PositionInfo pos,
                        QNameExpr qname)
Constructor

Parameters:
column - an int
line - an int
qname - a QName
Method Detail

getName

public QNameExpr getName()
Method getName

Returns:
a XS_QName

acceptVisitor

public void acceptVisitor(VisitorXQueryTypes visitor)
                   throws XQueryException
Method acceptVisitor

Overrides:
acceptVisitor in class XQuerySequenceType
Parameters:
visitor - a VisitorXQuery
Throws:
QueryException
XQueryException