Click or drag to resize

XMLEventRenderer Interface

Renderer for an event into the XML textual format.

A renderer is dedicated to rendering only a certain type of events and subtypes of that type, as the render cache type metadata and prepares structures to enable fast rendering.

Namespace:  com.espertech.esper.common.client.render
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface XMLEventRenderer

The XMLEventRenderer type exposes the following members.

Methods
  NameDescription
Public methodRender
RenderAny a given event in the XML format.
Top
See Also