Uses of Class
org.basex.query.scope.MainModule
Packages that use MainModule
-
Uses of MainModule in org.basex.query
Fields in org.basex.query declared as MainModuleModifier and TypeFieldDescriptionQueryContext.ctxItemInitial context value.QueryContext.rootRoot expression of the query.Methods in org.basex.query that return MainModuleModifier and TypeMethodDescriptionParses the specified query.QueryContext.parseMain(String query, String uri, StaticContext sc) Parses the specified query.final MainModuleQueryParser.parseMain()Parses a main module.Methods in org.basex.query with parameters of type MainModuleModifier and TypeMethodDescriptionvoidQueryContext.mainModule(MainModule rt) Sets the main module (root expression). -
Uses of MainModule in org.basex.query.scope
Methods in org.basex.query.scope that return MainModuleModifier and TypeMethodDescriptionstatic MainModuleMainModule.get(StaticFunc sf, Expr[] args) Creates a new main module for the specified function.static MainModuleCreates a new main module for a context item declared in the prolog.