Click or drag to resize

ConfigurationCommonEventTypeXMLDOM Properties

The ConfigurationCommonEventTypeXMLDOM type exposes the following members.

Properties
  NameDescription
Public propertyDefaultNamespace
Returns the default namespace.
Public propertyEndTimestampPropertyName
Returns the property name of the property providing the end timestamp value.
Public propertyIsAutoFragment
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.
Public propertyIsEventSenderValidatesRoot
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.
Public propertyIsXPathPropertyExpr
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.
Public propertyIsXPathResolvePropertiesAbsolute
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.

Public propertyNamespacePrefixes
Returns the namespace prefixes in a map of prefix as key and namespace name as value.
Public propertyRootElementName
Returns the root element name.
Public propertyRootElementNamespace
Returns the root element namespace.
Public propertySchemaResource
Returns the schema resource.
Public propertySchemaText
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.

Public propertyStartTimestampPropertyName
Returns the property name of the property providing the start timestamp value.
Public propertyXPathFunctionResolver
Returns the class name of the XPath function resolver to be assigned to the XPath factory instance upon type initialization.
Public propertyXPathProperties
Returns a map of property name and descriptor for XPath-expression properties.
Public propertyXPathVariableResolver
Returns the class name of the XPath variable resolver to be assigned to the XPath factory instance upon type initialization.
Top
See Also