public interface XPathFunction
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(java.util.List args)
Evaluate the function with the specified arguments.
|
java.lang.Object evaluate(java.util.List args) throws XPathFunctionException
args - the list of argumentsXPathFunctionException