System.Xml.Xsl.IXsltContextFunction.Invoke Method

Provides the method to invoke the function with the given arguments in the given context.

Syntax

public object Invoke (XsltContext xsltContext, object[] args, System.Xml.XPath.XPathNavigator docContext)

Parameters

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.

Returns

An object representing the return value of the function.

Remarks

The docContext parameter is required so that functions which require a node set can be supplied the current context node.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0