Uses of Class
de.fraunhofer.ipsi.xquery.tree.prolog.XQueryModuleDecl

Packages that use XQueryModuleDecl
de.fraunhofer.ipsi.xquery.tree   
 

Uses of XQueryModuleDecl in de.fraunhofer.ipsi.xquery.tree
 

Methods in de.fraunhofer.ipsi.xquery.tree that return XQueryModuleDecl
 XQueryModuleDecl XQueryLibraryModule.getDeclaration()
          Method getName
 

Methods in de.fraunhofer.ipsi.xquery.tree with parameters of type XQueryModuleDecl
 void VisitorXQueryPrettyPrint.process(XQueryModuleDecl op)
           
 void VisitorXQueryModulesAndProlog.process(XQueryModuleDecl node)
           
 void VisitorXQueryInitStaticContext.process(XQueryModuleDecl op)
          Method process
 void VisitorXQueryInitDynamicContext.process(XQueryModuleDecl node)
          Method process
 

Constructors in de.fraunhofer.ipsi.xquery.tree with parameters of type XQueryModuleDecl
XQueryLibraryModule(XQueryModuleDecl decl, XQueryProlog prolog)
          Constructor.