XPathResultType [] ArgTypes
Gets the supplied XML Path Language (XPath) types for the function's argument list....
Encapsulates the current execution context of the Extensible Stylesheet Language for Transformations ...
Provides an interface to a given function defined in the Extensible Stylesheet Language for Transform...
object Invoke(XsltContext xsltContext, object[] args, XPathNavigator docContext)
Provides the method to invoke the function with the given arguments in the given context.
XPathResultType ReturnType
Gets the T:System.Xml.XPath.XPathResultType representing the XPath type returned by the function.
int Minargs
Gets the minimum number of arguments for the function. This enables the user to differentiate between...
int Maxargs
Gets the maximum number of arguments for the function. This enables the user to differentiate between...