Uses of Class
com.espertech.esper.common.client.render.XMLRenderingOptions
Packages that use 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
Methods in com.espertech.esper.common.client.render that return XMLRenderingOptionsModifier 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.Methods in com.espertech.esper.common.client.render with parameters of type XMLRenderingOptionsModifier 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
Methods in com.espertech.esper.common.internal.event.render with parameters of type XMLRenderingOptionsModifier 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.Constructors in com.espertech.esper.common.internal.event.render with parameters of type XMLRenderingOptionsModifierConstructorDescriptionXMLRendererImpl
(EventType eventType, XMLRenderingOptions options) Ctor.