Package org.basex.query.scope
Class AModule
java.lang.Object
org.basex.query.expr.ExprInfo
org.basex.query.scope.StaticScope
org.basex.query.scope.AModule
- All Implemented Interfaces:
Scope
- Direct Known Subclasses:
LibraryModule,MainModule
An XQuery module.
- Author:
- BaseX Team 2005-14, BSD License, Leo Woerteler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TokenSetNamespace URIs of imported modules (currently not used). -
Method Summary
Modifier and TypeMethodDescriptionfinal TokenObjMap<StaticFunc>funcs()Return static functions.final TokenObjMap<StaticVar>vars()Return static variables.Methods inherited from class org.basex.query.scope.StaticScope
compiled, docMethods inherited from class org.basex.query.expr.ExprInfo
description, plan, plan, toErrorString, toString
-
Field Details
-
imports
Namespace URIs of imported modules (currently not used).
-
-
Method Details
-
vars
Return static variables.- Returns:
- static variables
-
funcs
Return static functions.- Returns:
- static functions
-