Click or drag to resize

IXPathFunctionResolverResolveFunction Method

Resolves the function that is identified by the specified information.

Namespace:  com.espertech.esper.compat.xml
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
IXsltContextFunction ResolveFunction(
	string prefix,
	string name,
	XPathResultType[] argTypes
)

Parameters

prefix
Type: SystemString
The prefix.
name
Type: SystemString
The name.
argTypes
Type: System.Xml.XPathXPathResultType
The arg types.

Return Value

Type: IXsltContextFunction

[Missing <returns> documentation for "M:com.espertech.esper.compat.xml.IXPathFunctionResolver.ResolveFunction(System.String,System.String,System.Xml.XPath.XPathResultType[])"]

See Also