org.exist.xquery.functions.xmldb
Class XMLDBModule

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

public class XMLDBModule
extends AbstractInternalModule

Author:
Wolfgang Meier (wolfgang@exist-db.org) Some modifications Copyright (C) 2004 Luigi P. Bai finder@users.sf.net

Nested Class Summary
 
Nested classes/interfaces inherited from class org.exist.xquery.AbstractInternalModule
AbstractInternalModule.FunctionComparator
 
Field Summary
static FunctionDef[] functions
           
static String NAMESPACE_URI
           
static String PREFIX
           
 
Constructor Summary
XMLDBModule()
           
 
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

functions

public static final FunctionDef[] functions
Constructor Detail

XMLDBModule

public XMLDBModule()
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.