![]() | ConfigurationCommonEventTypeXMLDOM Class |
Namespace: com.espertech.esper.common.client.configuration.common
[SerializableAttribute] public class ConfigurationCommonEventTypeXMLDOM
The ConfigurationCommonEventTypeXMLDOM type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationCommonEventTypeXMLDOM |
Ctor.
|
Name | Description | |
---|---|---|
![]() | DefaultNamespace |
Returns the default namespace.
|
![]() | EndTimestampPropertyName |
Returns the property name of the property providing the end timestamp value.
|
![]() | IsAutoFragment |
Set to true (the default) to look up or create event types representing fragments of an XML document
automatically upon request for fragment event type information; Or false when only explicit
properties may return fragments.
|
![]() | IsEventSenderValidatesRoot |
Returns true to indicate that an returned for this event type validates
the root document element name against the one configured (the default), or false to not validate the root document
element name as configured.
|
![]() | IsXPathPropertyExpr |
Returns false to indicate that property expressions are evaluated by the DOM-walker
implementation (the default), or true to indicate that property expressions are rewritten into XPath expressions.
|
![]() | IsXPathResolvePropertiesAbsolute |
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.
|
![]() | NamespacePrefixes |
Returns the namespace prefixes in a map of prefix as key and namespace name as value.
|
![]() | RootElementName |
Returns the root element name.
|
![]() | RootElementNamespace |
Returns the root element namespace.
|
![]() | SchemaResource |
Returns the schema resource.
|
![]() | SchemaText |
Returns the schema text, if provided instead of a schema resource, this call returns the actual text of the schema
document.
Set a schema text first. This call will not resolve the schema resource to a text.
|
![]() | StartTimestampPropertyName |
Returns the property name of the property providing the start timestamp value.
|
![]() | XPathFunctionResolver |
Returns the class name of the XPath function resolver to be assigned to the XPath factory instance
upon type initialization.
|
![]() | XPathProperties |
Returns a map of property name and descriptor for XPath-expression properties.
|
![]() | XPathVariableResolver |
Returns the class name of the XPath variable resolver to be assigned to the XPath factory instance
upon type initialization.
|
Name | Description | |
---|---|---|
![]() | AddNamespacePrefix |
Add a prefix and namespace name for use in XPath expressions refering to that prefix.
|
![]() | AddNamespacePrefixes | |
![]() | AddXPathProperty(String, String, XPathResultType) |
Adds an event property for which the runtime uses the supplied XPath expression against
a DOM document node to resolve a property value.
|
![]() | AddXPathProperty(String, String, XPathResultType, String) |
Adds an event property for which the runtime uses the supplied XPath expression against
a DOM document node to resolve a property value.
|
![]() | AddXPathPropertyFragment |
Adds an event property for which the runtime uses the supplied XPath expression against
a DOM document node to resolve a property value.
|
![]() | Equals | |
![]() | GetHashCode |