public interface XMLEventRenderer
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.
For rendering events of different types, use a quick-access method in EventRenderer
.
Modifier and Type | Method and Description |
---|---|
String |
render(String rootElementName,
EventBean theEvent)
Render a given event in the XML format.
|