Uses of Class
com.espertech.esper.client.util.XMLRenderingOptions

Packages that use XMLRenderingOptions
com.espertech.esper.client.util This package contains utilities for events, specifically rendering of events in JSON and XML formats. 
com.espertech.esper.dataflow.ops Data flow built-in operators. 
com.espertech.esper.event.util Utilities around event rendering are here. 
 

Uses of XMLRenderingOptions in com.espertech.esper.client.util
 

Methods in com.espertech.esper.client.util that return XMLRenderingOptions
 XMLRenderingOptions XMLRenderingOptions.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 XMLRenderingOptions.setPreventLooping(boolean preventLooping)
          Indicator whether to prevent looping, by default set to true.
 

Methods in com.espertech.esper.client.util with parameters of type XMLRenderingOptions
 XMLEventRenderer EventRenderer.getXMLRenderer(EventType eventType, XMLRenderingOptions options)
          Returns a render for the XML format, valid only for the given event type and its subtypes.
 java.lang.String EventRenderer.renderXML(java.lang.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.dataflow.ops
 

Methods in com.espertech.esper.dataflow.ops that return XMLRenderingOptions
static XMLRenderingOptions LogSink.RenderingOptions.getXmlOptions()
           
 

Methods in com.espertech.esper.dataflow.ops with parameters of type XMLRenderingOptions
static void LogSink.RenderingOptions.setXmlOptions(XMLRenderingOptions xmlOptions)
           
 

Uses of XMLRenderingOptions in com.espertech.esper.event.util
 

Methods in com.espertech.esper.event.util with parameters of type XMLRenderingOptions
 XMLEventRenderer EventRendererImpl.getXMLRenderer(EventType eventType, XMLRenderingOptions options)
          Returns a render for the XML format, valid only for the given event type and its subtypes.
 java.lang.String EventRendererImpl.renderXML(java.lang.String rootElementName, EventBean theEvent, XMLRenderingOptions options)
          Quick-access method to render a given event in the XML format.
 

Constructors in com.espertech.esper.event.util with parameters of type XMLRenderingOptions
XMLRendererImpl(EventType eventType, XMLRenderingOptions options)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com