|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlValueHandler
A handler that deals with arbitrary values being exported to XML and parsed back
to JasperPrint objects.
| Method Summary | |
|---|---|
void |
configureDigester(JRXmlDigester digester)
Configures an XML digester by adding the rules required to parse exported values. |
XmlHandlerNamespace |
getNamespace()
Returns the namespace of the elements generated on XML export. |
boolean |
writeToXml(Object value,
JRXmlExporter exporter)
Outputs the XML representation of a value if the value is supported by this handler. |
| Method Detail |
|---|
XmlHandlerNamespace getNamespace()
void configureDigester(JRXmlDigester digester)
digester - the digester to configure
boolean writeToXml(Object value,
JRXmlExporter exporter)
throws IOException
value - the valueexporter - the XML exporter
true iff the value is supported by this handler
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||