org.exolab.adaptx.xpath.functions
public class ExtensionFunctionCall extends FunctionCallImpl
Version: $Revision: 3879 $
| Field Summary | |
|---|---|
| static String | FUNCTION_NOT_DEFINED |
| Constructor Summary | |
|---|---|
| ExtensionFunctionCall(String name)
Creates a new ExtensionFunctionCall for the
function with the given name
| |
| Method Summary | |
|---|---|
| XPathResult | evaluate(XPathContext context)
Evaluates the expression and returns the XPath result.
|
Parameters: name the name of the function to call when the execute method is invoked.
Parameters: context The XPathContext to use during evaluation.
Returns: The XPathResult (not null).
Throws: XPathException if an error occured while evaluating this expression.