|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
| ExtParserModule | The module definition for the extended parser module. |
| ExtParserModuleInit | Performs the module initialization for the extended parser. |
| ExtReportRootXmlReadHandler | The root handler for parsing the report directly. |
The base package for the JFreeReport "extended" parser.
An extensible report definition parser. The parser uses a generic report definition syntax to fully describe the report. The parser heavily relies on factories to create elements and objects.
The used generic approach leads to a complex and very complex and technically detailed report definition, which can be confusing and difficult to use for human authors.
The DTD for the reportdefinition files can be found at http://jfreereport.sourceforge.net/extreport.dtd or in the distribution package.
The document type declaration for this definition type is
<!DOCTYPE report-definition
PUBLIC "-//JFreeReport//DTD report definition//EN//extended"
"http://jfreereport.sourceforge.net/extreport.dtd">
The template inheritance is implemented using various instances of the same template class with variing parameter fill level.
| Bound to | HintName | HintType | Description |
|---|---|---|---|
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||