Provides the method to invoke the function with the given arguments in the given context.
xsltContext The XSLT context for the function call. args The arguments of the function call. Each argument is an element in the array. docContext The context node for the function call.
An object representing the return value of the function.
The docContext parameter is required so that functions which require a node set can be supplied the current context node.