public class XmlValueHandlerUtils
extends java.lang.Object
XML value handlers.| Modifier and Type | Method and Description |
|---|---|
java.util.List<XmlValueHandler> |
getHandlers()
Returns the list of XML value handlers.
|
static XmlValueHandlerUtils |
instance()
Returns the singleton instance.
|
boolean |
writeToXml(java.lang.Object value,
JRXmlExporter exporter)
Outputs the XML representation of a value if the value is supported by any handler.
|
public static XmlValueHandlerUtils instance()
public java.util.List<XmlValueHandler> getHandlers()
public boolean writeToXml(java.lang.Object value,
JRXmlExporter exporter)
throws java.io.IOException
value - the valueexporter - the exportertrue iff a handler that supports the value was foundjava.io.IOExceptionXmlValueHandler.writeToXml(Object, JRXmlExporter)© 2001-2010 Jaspersoft Corporation www.jaspersoft.com