|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.xquery.AbstractInternalModule
org.exist.xquery.functions.system.SystemModule
| Field Summary | |
static FunctionDef[] |
functions
|
static java.lang.String |
NAMESPACE_URI
|
static java.lang.String |
PREFIX
|
| Fields inherited from class org.exist.xquery.AbstractInternalModule |
mFunctionMap, mFunctions, mGlobalVariables |
| Fields inherited from interface org.exist.xquery.Module |
REQUEST_FUNCTION_NS, TEXT_FUNCTION_NS, TRANSFORM_FUNCTION_NS, UTIL_FUNCTION_NS, XMLDB_FUNCTION_NS |
| Constructor Summary | |
SystemModule()
|
|
| Method Summary | |
java.lang.String |
getDefaultPrefix()
Returns an optional default prefix (used if no prefix is supplied with the "import module" directive). |
java.lang.String |
getDescription()
Return a short description of this module to be displayed to a user. |
java.lang.String |
getNamespaceURI()
Returns the namespace URI that uniquely identifies this module. |
| Methods inherited from class org.exist.xquery.AbstractInternalModule |
declareVariable, declareVariable, getFunctionDef, getFunctionsByName, getSignaturesForFunction, isInternalModule, isVarDeclared, listFunctions, reset, resolveVariable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String NAMESPACE_URI
public static final java.lang.String PREFIX
public static final FunctionDef[] functions
| Constructor Detail |
public SystemModule()
| Method Detail |
public java.lang.String getNamespaceURI()
Module
getNamespaceURI in interface ModulegetNamespaceURI in class AbstractInternalModulepublic java.lang.String getDefaultPrefix()
Module
getDefaultPrefix in interface ModulegetDefaultPrefix in class AbstractInternalModulepublic java.lang.String getDescription()
Module
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||