org.exist.xquery.functions.transform
Class TransformModule

java.lang.Object
  extended by org.exist.xquery.AbstractInternalModule
      extended by org.exist.xquery.functions.transform.TransformModule
All Implemented Interfaces:
InternalModule, Module

public class TransformModule
extends AbstractInternalModule

Author:
Wolfgang Meier (wolfgang@exist-db.org)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.exist.xquery.AbstractInternalModule
AbstractInternalModule.FunctionComparator
 
Field Summary
static String NAMESPACE_URI
           
static String PREFIX
           
 
Constructor Summary
TransformModule()
           
 
Method Summary
 String getDefaultPrefix()
          Returns an optional default prefix (used if no prefix is supplied with the "import module" directive).
 String getDescription()
          Return a short description of this module to be displayed to a user.
 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

NAMESPACE_URI

public static final String NAMESPACE_URI
See Also:
Constant Field Values

PREFIX

public static final String PREFIX
See Also:
Constant Field Values
Constructor Detail

TransformModule

public TransformModule()
Method Detail

getDescription

public 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 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
Returns:
namespace URI

getDefaultPrefix

public 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
Returns:
optional default prefix


Copyright (C) Wolfgang Meier. All rights reserved.