[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Optimistic try to resolve the property string into an appropiate xPath, and use it as getter. Mapped and Indexed properties supported. Because no type information is given, all property are resolved to String. No namespace support. Cannot access to xml attributes, only elements content. If an xsd is present, then use !:net.esper.events.xml.SchemaXMLEventType SchemaXMLEventType

Namespace: net.esper.events.xml
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class SimpleXMLEventType _
	Inherits BaseXMLEventType
C#
public class SimpleXMLEventType : BaseXMLEventType
Visual C++
public ref class SimpleXMLEventType : public BaseXMLEventType

Inheritance Hierarchy

System.Object
  net.esper.events.BaseConfigurableEventType
    net.esper.events.xml.BaseXMLEventType
      net.esper.events.xml.SimpleXMLEventType

See Also

!:net.esper.events.xml.SchemaXMLEventType SchemaXMLEventType