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

EventBean wrapper for XML documents. Currently only instances of org.w3c.dom.Node can be used

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

Syntax

Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class XMLEventBean _
	Implements EventBean
C#
[DefaultMemberAttribute("Item")]
public class XMLEventBean : EventBean
Visual C++
[DefaultMemberAttribute(L"Item")]
public ref class XMLEventBean : EventBean

Inheritance Hierarchy

System.Object
  net.esper.events.xml.XMLEventBean