Click or drag to resize

IXPathVariableResolverResolveVariable Method

Resolves the variable 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#
IXsltContextVariable ResolveVariable(
	string prefix,
	string name
)

Parameters

prefix
Type: SystemString
The prefix.
name
Type: SystemString
The name.

Return Value

Type: IXsltContextVariable

[Missing <returns> documentation for "M:com.espertech.esper.compat.xml.IXPathVariableResolver.ResolveVariable(System.String,System.String)"]

See Also