org.jfree.report.modules.parser.ext
Class ExtParserModuleInit

java.lang.Object
  extended byorg.jfree.report.modules.parser.ext.ExtParserModuleInit
All Implemented Interfaces:
ModuleInitializer

public class ExtParserModuleInit
extends java.lang.Object
implements ModuleInitializer

Performs the module initialization for the extended parser.

Author:
Thomas Morgner

Field Summary
static java.lang.String PUBLIC_ID_EXTENDED
          the Public ID for the extensible version of JFreeReport XML definitions.
static java.lang.String REPORT_DEFINITION_TAG
          the document element tag for the extended report format.
 
Constructor Summary
ExtParserModuleInit()
          Default Constructor.
 
Method Summary
 void performInit()
          Initializes the ext-parser and registers it at the parser base module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPORT_DEFINITION_TAG

public static final java.lang.String REPORT_DEFINITION_TAG
the document element tag for the extended report format.

See Also:
Constant Field Values

PUBLIC_ID_EXTENDED

public static final java.lang.String PUBLIC_ID_EXTENDED
the Public ID for the extensible version of JFreeReport XML definitions.

See Also:
Constant Field Values
Constructor Detail

ExtParserModuleInit

public ExtParserModuleInit()
Default Constructor.

Method Detail

performInit

public void performInit()
                 throws ModuleInitializeException
Initializes the ext-parser and registers it at the parser base module.

Specified by:
performInit in interface ModuleInitializer
Throws:
ModuleInitializeException - if an error ocurres.
See Also:
ModuleInitializer.performInit()