| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.adaptx.xpath.XPathFunctionpublic abstract class XPathFunctionextends java.lang.ObjectMethod Summary | |
abstract XPathResult |
|
abstract String |
|
abstract String |
|
public abstract XPathResult call(XPathContext context, XPathResult[] args) throws XPathException
Invokes the function and returns the XPath result.
- Parameters:
context- The XPath context
- Returns:
- An XPath result (not null)
- Throws:
XPathException- An error occured while invoking this function
public abstract String getFunctionName()
Returns the name of this function.
- Returns:
- The name of this function
public abstract String getNamespaceURI()
Returns the namespace URI of this function.
- Returns:
- The namespace URI of this function