|
||||||||
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.transform.TransformModule
Field Summary | |
static java.lang.String |
NAMESPACE_URI
|
static java.lang.String |
PREFIX
|
Fields inherited from interface org.exist.xquery.Module |
REQUEST_FUNCTION_NS, RESPONSE_FUNCTION_NS, SESSION_FUNCTION_NS, SYSTEM_FUNCTION_NS, TEXT_FUNCTION_NS, TRANSFORM_FUNCTION_NS, UTIL_FUNCTION_NS, XMLDB_FUNCTION_NS |
Constructor Summary | |
TransformModule()
|
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 |
equals, 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
Constructor Detail |
public TransformModule()
Method Detail |
public java.lang.String getDescription()
Module
public java.lang.String getNamespaceURI()
Module
getNamespaceURI
in interface Module
getNamespaceURI
in class AbstractInternalModule
public java.lang.String getDefaultPrefix()
Module
getDefaultPrefix
in interface Module
getDefaultPrefix
in class AbstractInternalModule
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |