org.exist.xquery.functions.request
Class RequestModule

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

public class RequestModule
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 FunctionDef[] functions
           
static String NAMESPACE_URI
           
static String PREFIX
           
static QName REQUEST_VAR
           
 
Constructor Summary
RequestModule()
           
 
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

REQUEST_VAR

public static final QName REQUEST_VAR

functions

public static final FunctionDef[] functions
Constructor Detail

RequestModule

public RequestModule()
              throws XPathException
Throws:
XPathException
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.