[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Configuration object for enabling the engine to process events represented as XML DOM document nodes.
Use this class to configure the engine for processing of XML DOM objects that represent events
and contain all the data for event properties used by statements.
Minimally required is the root element name which allows the engine to map the document
to the event type that has been named in an EQL or pattern statement.
Event properties that are results of XPath expressions can be made known to the engine via this class.
For XPath expressions that must refer to namespace prefixes those prefixes and their
namespace name must be supplied to the engine. A default namespace can be supplied as well.
By supplying a schema resource the engine can interrogate the schema, allowing the engine to
verify event properties and return event properties in the type defined by the schema.
When a schema resource is supplied, the optional root element namespace defines the namespace in case the
root element name occurs in multiple namespaces.
The following tables list the members exposed by the ConfigurationEventTypeXMLDOM type.
Public Methods
Name | Description | |
---|---|---|
![]() | AddNamespacePrefix | Add a prefix and namespace name for use in XPath expressions refering to that prefix. |
![]() | AddXPathProperty |
Adds an event property for which the engine uses the supplied XPath expression against
a DOM document node to resolve a property value.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |