Package com.jrefinery.report.io.ext.writer

Support for writing JFreeReport instances to a character stream in XML format.

See:
          Description

Class Summary
AbstractXMLDefinitionWriter A base class for writer classes for the JFreeReport XML report files.
DataSourceWriter A data-source writer.
FunctionsWriter An XML definition writer that outputs the functions.
ObjectWriter A writer.
ParserConfigWriter A parser configuration writer.
ReportConfigWriter A report configuration writer.
ReportConverter A utility class for converting XML report definitions from the old format to the new format.
ReportConverterGUI A utility application for converting XML report files from the old format to the new format.
ReportDefinitionWriter A report definition writer.
ReportDescriptionWriter A report description writer.
ReportWriter A report writer.
SafeTagList A container for information relating to the tags in the JFreeReport XML report files.
StylesWriter A styles writer.
StyleWriter A style writer.
TemplatesWriter A templates writer.
 

Exception Summary
ReportWriterException An exception that can be generated by the ReportWriter class.
 

Package com.jrefinery.report.io.ext.writer Description

Support for writing JFreeReport instances to a character stream in XML format. This package also contains a utility application for converting the old XML format into the new XML format.

The ReportConverter can either be used in command line mode (class com.jrefinery.report.io.ext.writer.ReportConverter) or with a simple GUI implementation (class com.jrefinery.report.io.ext.writer.ReportConverterGUI).