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

A simple report definition parser.

See:
          Description

Class Summary
SimpleParserModule The Module specification for the simple parser module.
SimpleParserModuleInit Handles the initalisation of the simple parser module.
SimpleReportXmlFactoryModule Creation-Date: Dec 15, 2006, 10:01:09 PM
SimpleSubReportXmlFactoryModule Creation-Date: Dec 15, 2006, 10:01:09 PM
 

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

A simple report definition parser. The parser uses a simplified report definition syntax, but does not support all features of JFreeReport and is unable to define complex layouts.

The DTD for the reportdefinition files can be found at http://jfreereport.sourceforge.net/report.dtd or in the distribution package.

The document type declaration for this definition type is

<!DOCTYPE report-definition
  PUBLIC "-//JFreeReport//DTD report definition//EN//simple"
         "http://jfreereport.sourceforge.net/report.dtd">