Uses of Class
org.basex.query.MainModule

Packages that use MainModule
org.basex.query XQuery implementation. 
 

Uses of MainModule in org.basex.query
 

Fields in org.basex.query declared as MainModule
 MainModule QueryContext.ctxItem
          Initial context value.
 

Methods in org.basex.query that return MainModule
 MainModule QueryParser.parseMain()
          Parses a main module.
 MainModule QueryContext.parseMain(java.lang.String qu, java.lang.String path)
          Parses the specified query.
 

Methods in org.basex.query with parameters of type MainModule
static void QueryCompiler.compile(QueryContext ctx, MainModule root)
          Compiles all necessary parts of this query.
 void QueryContext.mainModule(MainModule rt)
          Sets the main module (root expression).