de.fraunhofer.ipsi.xquery.tree
Class XQueryLibraryModule

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.XQueryModule
          extended by de.fraunhofer.ipsi.xquery.tree.XQueryLibraryModule
All Implemented Interfaces:
XQueryNode

public class XQueryLibraryModule
extends XQueryModule


Constructor Summary
XQueryLibraryModule(XQueryModuleDecl decl, XQueryProlog prolog)
          Constructor.
 
Method Summary
 void acceptVisitor(VisitorXQueryModulesAndProlog visitor)
          Method acceptVisitor
 XQueryModuleDecl getDeclaration()
          Method getName
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryModule
getProlog, 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
 

Constructor Detail

XQueryLibraryModule

public XQueryLibraryModule(XQueryModuleDecl decl,
                           XQueryProlog prolog)
Constructor.

Method Detail

getDeclaration

public XQueryModuleDecl getDeclaration()
Method getName

Returns:
XS_NCName

acceptVisitor

public void acceptVisitor(VisitorXQueryModulesAndProlog visitor)
                   throws XQueryException
Method acceptVisitor

Specified by:
acceptVisitor in class XQueryModule
Parameters:
visitor - a VisitorXQuery
Throws:
QueryException
XQueryException