|
||||||||||
| 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 | |
|---|---|
List<XmlValueHandler> |
getHandlers()
Returns the list of XML value handlers. |
static XmlValueHandlerUtils |
instance()
Returns the singleton instance. |
boolean |
writeToXml(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 List<XmlValueHandler> getHandlers()
public boolean writeToXml(Object value,
JRXmlExporter exporter)
throws IOException
value - the valueexporter - the exporter
true iff a handler that supports the value was found
IOExceptionXmlValueHandler.writeToXml(Object, JRXmlExporter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||