|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentXmlWriter
A component writer is responsible for producing a XML representation of component instances.
Its function is inverse to the one of XmlDigesterConfigurer, which
transforms XML fragments into object instances.
| Method Summary | |
|---|---|
void |
writeToXml(ComponentKey componentKey,
Component component,
JRXmlWriter reportWriter)
Outputs the XML representation of a component. |
| Method Detail |
|---|
void writeToXml(ComponentKey componentKey,
Component component,
JRXmlWriter reportWriter)
throws java.io.IOException
componentKey - the component type keycomponent - the component instancereportWriter - the report writer to which output is to be written
java.io.IOException - exceptions produced while writing to the
output streamComponentKey.getNamespacePrefix(),
JRXmlWriter.getXmlWriteHelper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||