public interface Function
NOTE: This class is not typically used directly, but is exposed for writers of extended XPath packages.
Implementations of Function are functors
which are used to evaluate a function-call within an
XPath expression.
FunctionContextObject call(Context context, List args) throws FunctionCallException
context - The context at the point in the
expression when the function is called.args - List of arguments provided during
the call of the function.FunctionCallExceptionCopyright © 2013. All Rights Reserved.