org.exolab.adaptx.xslt
Class XSLTFunction
public abstract class XSLTFunction
The base class for XSLT functions.
$Revision: 1.1.1.1 $ $Date: 2003/03/01 07:39:51 $
XSLTFunction(String name) - Creates a new XSLTFunction with the given name.
|
INVALID_NUMBER_PARAMS
public static final String INVALID_NUMBER_PARAMS
XSLT_NAMESPACE
public static final String XSLT_NAMESPACE
The current (and ever changing) XSLT namespace
XSLTFunction
public XSLTFunction(String name)
Creates a new XSLTFunction with the given name.
name
- the function name.
getFunctionName
public String getFunctionName()
Returns the name of this function.
- getFunctionName in interface XPathFunction
- The name of this function
getNamespaceURI
public String getNamespaceURI()
Returns the namespace URI of this function.
- getNamespaceURI in interface XPathFunction
- The namespace URI of this function