Click or drag to resize

ConfigurationCommonEventTypeXMLDOMXPathVariableResolver Property

Returns the class name of the XPath variable resolver to be assigned to the XPath factory instance upon type initialization.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public string XPathVariableResolver { get; set; }

Return Value

Type: String
class name of xpath function resolver, or null if none set
See Also