 | ConfigurationCommonEventTypeXMLDOMIsXPathResolvePropertiesAbsolute Property |
When set to true (the default), indicates that when properties are compiled to XPath expressions that the
compilation should generate an absolute XPath expression such as "/getQuote/request" for the
simple request property, or "/getQuote/request/symbol" for a "request.symbol" nested property,
wherein the root element node is "getQuote".
When set to false, indicates that when properties are compiled to XPath expressions that the
compilation should generate a deep XPath expression such as "//symbol" for the
simple symbol property, or "//request/symbol" for a "request.symbol" nested property.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsXPathResolvePropertiesAbsolute { get; set; }
Property Value
Type:
Booleantrue for absolute XPath for properties (default), false for deep XPath
See Also