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.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
render(java.lang.String rootElementName,
EventBean theEvent)
Render a given event in the XML format.
|
java.lang.String render(java.lang.String rootElementName, EventBean theEvent)
rootElementName
- the name of the root element, may include namespace informationtheEvent
- the event to render