com.xml_project.morganaxproc.extensions
Interface FunctionPackage


public interface FunctionPackage

This interface is used to supply java written XPath- or XQuery functions to MorganaXProc and MorganaXQuery.


Method Summary
 List<XPathFunction> getFunctions()
          Returns the XPathFunctions declared in this package.
 String getNamespaceURI()
          Defines the namespace of the function library.
 

Method Detail

getNamespaceURI

String getNamespaceURI()
Defines the namespace of the function library.

Returns:
a namespace uri.

getFunctions

List<XPathFunction> getFunctions()
Returns the XPathFunctions declared in this package.

Returns:
a list of functions declared in this package.