org.exist.xquery.functions.response
Class ResponseModule
java.lang.Object
org.exist.xquery.AbstractInternalModule
org.exist.xquery.functions.response.ResponseModule
- All Implemented Interfaces:
- InternalModule, Module
public class ResponseModule
- extends AbstractInternalModule
Module function definitions for xmldb module.
|
Constructor Summary |
ResponseModule(java.util.Map<java.lang.String,java.util.List<? extends java.lang.Object>> parameters)
|
|
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. |
java.lang.String |
getReleaseVersion()
Returns the release version in which the module was firstly available. |
| Methods inherited from class org.exist.xquery.AbstractInternalModule |
declareVariable, declareVariable, getFunctionDef, getFunctionsByName, getGlobalVariables, getParameter, getSignaturesForFunction, isInternalModule, isReady, isVarDeclared, listFunctions, reset, resolveVariable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAMESPACE_URI
public static final java.lang.String NAMESPACE_URI
- See Also:
- Constant Field Values
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
INCLUSION_DATE
public static final java.lang.String INCLUSION_DATE
- See Also:
- Constant Field Values
RELEASED_IN_VERSION
public static final java.lang.String RELEASED_IN_VERSION
- See Also:
- Constant Field Values
RESPONSE_VAR
public static final QName RESPONSE_VAR
functions
public static final FunctionDef[] functions
ResponseModule
public ResponseModule(java.util.Map<java.lang.String,java.util.List<? extends java.lang.Object>> parameters)
throws XPathException
- Throws:
XPathException
getDescription
public java.lang.String getDescription()
- Description copied from interface:
Module
- Return a short description of this module to be displayed to a user.
- Returns:
- short description of this module
getNamespaceURI
public java.lang.String getNamespaceURI()
- Description copied from interface:
Module
- Returns the namespace URI that uniquely identifies this module.
- Returns:
- namespace URI
getDefaultPrefix
public java.lang.String getDefaultPrefix()
- Description copied from interface:
Module
- Returns an optional default prefix (used if no prefix is supplied with
the "import module" directive).
- Returns:
- optional default prefix
getReleaseVersion
public java.lang.String getReleaseVersion()
- Description copied from interface:
Module
- Returns the release version in which the module was firstly available.
- Returns:
- available from which release version