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

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

public class XQueryBaseURIDecl
extends XQueryNodeAbstract
implements XQueryPrologDecl

Author:
Michael Stark

Constructor Summary
XQueryBaseURIDecl(PositionInfo pos, java.lang.String literal)
           
 
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

XQueryBaseURIDecl

public XQueryBaseURIDecl(PositionInfo pos,
                         java.lang.String literal)
Parameters:
column -
line -
literal -
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:
XQueryException