public interface PartComponentXmlWriter
Its function is inverse to the one of XmlDigesterConfigurer
, which
transforms XML fragments into object instances.
Modifier and Type | Method and Description |
---|---|
boolean |
isToWrite(JRPart part,
JRXmlWriter reportWriter)
Specifies whether this component should be written out.
|
void |
writeToXml(JRPart part,
JRXmlWriter reportWriter)
Outputs the XML representation of a component.
|
boolean isToWrite(JRPart part, JRXmlWriter reportWriter)
void writeToXml(JRPart part, JRXmlWriter reportWriter) throws IOException
part
- the partreportWriter
- the report writer to which output is to be writtenIOException
- exceptions produced while writing to the
output streamComponentKey.getNamespacePrefix()
,
JRXmlWriter.getXmlWriteHelper()
Copyright © 2017. All rights reserved.