Uses of Class
com.espertech.esper.common.client.render.XMLRenderingOptions
Package
Description
Classes related to event rendering to JSON or XML format
Utilities around event rendering are here.
-
Uses of XMLRenderingOptions in com.espertech.esper.common.client.render
Modifier and TypeMethodDescriptionXMLRenderingOptions.setDefaultAsAttribute
(boolean defaultAsAttribute) Indicator whether simple properties are rendered as elements (the default) or as attributes, this setting is false by default thereby simple properties are rendered as elements.XMLRenderingOptions.setPreventLooping
(boolean preventLooping) Indicator whether to prevent looping, by default set to true.Modifier and TypeMethodDescriptionEPEventTypeRuntime.getXMLRenderer
(EventType eventType, XMLRenderingOptions options) Returns a render for the XML format, valid only for the given event type and its subtypes.EPRenderEventService.getXMLRenderer
(EventType eventType, XMLRenderingOptions options) Returns a render for the XML format, valid only for the given event type and its subtypes.EPEventTypeRuntime.renderXML
(String rootElementName, EventBean theEvent, XMLRenderingOptions options) Quick-access method to render a given event in the XML format.EPRenderEventService.renderXML
(String rootElementName, EventBean theEvent, XMLRenderingOptions options) Quick-access method to render a given event in the XML format. -
Uses of XMLRenderingOptions in com.espertech.esper.common.internal.event.render
Modifier and TypeMethodDescriptionEPRenderEventServiceImpl.getXMLRenderer
(EventType eventType, XMLRenderingOptions options) Returns a render for the XML format, valid only for the given event type and its subtypes.EPRenderEventServiceImpl.renderXML
(String rootElementName, EventBean theEvent, XMLRenderingOptions options) Quick-access method to render a given event in the XML format.ModifierConstructorDescriptionXMLRendererImpl
(EventType eventType, XMLRenderingOptions options) Ctor.