public interface XmlValueHandler
JasperPrint
objects.Modifier and Type | Method and Description |
---|---|
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.
|
XmlHandlerNamespace getNamespace()
void configureDigester(JRXmlDigester digester)
digester
- the digester to configureboolean writeToXml(Object value, JRXmlExporter exporter) throws IOException
value
- the valueexporter
- the XML exportertrue
iff the value is supported by this handlerIOException
Copyright © 2021 TIBCO Software Inc.. All rights reserved.