Uses of Class
de.fraunhofer.ipsi.xquery.tree.XQueryLibraryModule

Packages that use XQueryLibraryModule
de.fraunhofer.ipsi.ipsixq.api   
de.fraunhofer.ipsi.xquery.tree   
de.fraunhofer.ipsi.xquery.tree.prolog   
 

Uses of XQueryLibraryModule in de.fraunhofer.ipsi.ipsixq.api
 

Methods in de.fraunhofer.ipsi.ipsixq.api that return XQueryLibraryModule
 XQueryLibraryModule LibraryRegistry.lookupLibrary(java.lang.String uri)
          Method lookupLibrary
 

Methods in de.fraunhofer.ipsi.ipsixq.api with parameters of type XQueryLibraryModule
 void LibraryRegistry.registerLibrary(java.lang.String uri, XQueryLibraryModule library)
          Method registerLibrary
 

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

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

Uses of XQueryLibraryModule in de.fraunhofer.ipsi.xquery.tree.prolog
 

Methods in de.fraunhofer.ipsi.xquery.tree.prolog that return XQueryLibraryModule
 XQueryLibraryModule XQueryModuleImport.getModule()
          Method getModule
 

Methods in de.fraunhofer.ipsi.xquery.tree.prolog with parameters of type XQueryLibraryModule
 void XQueryModuleImport.setModule(XQueryLibraryModule module)
          Method setModule