[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns an adapter for the XML DOM document that exposes it's data as event properties for use in statements.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function AdapterForDOM ( _ node As XmlNode _ ) As EventBean |
C# |
---|
public EventBean AdapterForDOM ( XmlNode node ) |
Visual C++ |
---|
public: virtual EventBean^ AdapterForDOM ( XmlNode^ node ) sealed |
Parameters
- node
- System.Xml.XmlNode
is the node to wrap