|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.xml.XmlValueHandlerUtils
public class XmlValueHandlerUtils
Class the provides access to XML value handlers.
| Method Summary | |
|---|---|
java.util.List<XmlValueHandler> |
getHandlers()
Returns a 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 exporter
true iff a handler that supports the value was found
java.io.IOExceptionXmlValueHandler#writeToXml(Object, JRXmlExporter)}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||