de.fraunhofer.ipsi.xquery.tree.prolog
Class XQueryDefaultCollationDecl

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.prolog.XQueryDefaultCollationDecl
All Implemented Interfaces:
XQueryPrologDecl, XQueryNode

public class XQueryDefaultCollationDecl
extends XQueryNodeAbstract
implements XQueryPrologDecl


Constructor Summary
XQueryDefaultCollationDecl(PositionInfo pos, java.lang.String literal)
          Constructor
 
Method Summary
 void acceptVisitor(VisitorXQueryModulesAndProlog visitor)
          Method acceptVisitor
 java.lang.String getLiteral()
          Method getLiteral
 
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

XQueryDefaultCollationDecl

public XQueryDefaultCollationDecl(PositionInfo pos,
                                  java.lang.String literal)
Constructor

Parameters:
column - an int
line - an int
literal - a String
Method Detail

getLiteral

public java.lang.String getLiteral()
Method getLiteral

Returns:
a String

acceptVisitor

public void acceptVisitor(VisitorXQueryModulesAndProlog visitor)
                   throws XQueryException
Method acceptVisitor

Specified by:
acceptVisitor in interface XQueryPrologDecl
Parameters:
visitor - a VisitorXQuery
Throws:
QueryException
XQueryException