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

Packages that use XQueryModuleImport
de.fraunhofer.ipsi.xquery.tree   
de.fraunhofer.ipsi.xquery.tree.prolog   
 

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

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

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

Methods in de.fraunhofer.ipsi.xquery.tree.prolog that return types with arguments of type XQueryModuleImport
 java.util.List<XQueryModuleImport> XQueryProlog.getModuleImports()
          Method getSchemaImports
 

Methods in de.fraunhofer.ipsi.xquery.tree.prolog with parameters of type XQueryModuleImport
 void XQueryProlog.add(XQueryModuleImport decl)
          Method add