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

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

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

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

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

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

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