org.exist.xquery.functions.util
Class UtilModule
java.lang.Object
org.exist.xquery.AbstractInternalModule
org.exist.xquery.functions.util.UtilModule
- All Implemented Interfaces:
- InternalModule, Module
- public class UtilModule
- extends AbstractInternalModule
- Author:
- Wolfgang Meier (wolfgang@exist-db.org)
|
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 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
functions
public static final FunctionDef[] functions
EXCEPTION_QNAME
public static final QName EXCEPTION_QNAME
EXCEPTION_MESSAGE_QNAME
public static final QName EXCEPTION_MESSAGE_QNAME
UtilModule
public UtilModule()
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:
getNamespaceURI
public java.lang.String getNamespaceURI()
- Description copied from interface:
Module
- Returns the namespace URI that uniquely identifies this module.
- Specified by:
getNamespaceURI in interface Module- Specified by:
getNamespaceURI in class AbstractInternalModule
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).
- Specified by:
getDefaultPrefix in interface Module- Specified by:
getDefaultPrefix in class AbstractInternalModule
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.