Package org.pentaho.reporting.engine.classic.core.modules.parser.extwriter

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

See:
          Description

Interface Summary
DataFactoryWriteHandler Serializes a single data factory into inline-XML for the Ext-XML format.
 

Class Summary
AbstractXMLDefinitionWriter A base class for writer classes for the JFreeReport XML report files.
DataFactoryWriter Creation-Date: Jan 18, 2007, 6:39:15 PM
DataSourceWriter A data-source writer.
ExtWriterModule The module definition for the extended report description writer module.
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.
ReportDefinitionWriter A report definition writer.
ReportDescriptionWriter A report description writer.
ReportWriter A report writer.
ReportWriterContext Creation-Date: Jan 22, 2007, 3:06:53 PM
StylesWriter A styles writer.
StyleWriter A style writer.
SubReportDefinitionWriter Creation-Date: Jan 22, 2007, 3:05:02 PM
TemplatesWriter Deprecated. No longer used.
TemplateWriter The template writer writes a single template definition to the xml-definition stream.
 

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

Package org.pentaho.reporting.engine.classic.core.modules.parser.extwriter Description

Support for writing MasterReport 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 org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportConverter) or with a simple GUI implementation (class org.pentaho.reporting.engine.classic.core.modules.gui.converter.ReportConverterGUI).