org.jfree.report.modules.parser.simple
Class SimpleParserModuleInit

java.lang.Object
  extended byorg.jfree.report.modules.parser.simple.SimpleParserModuleInit
All Implemented Interfaces:
ModuleInitializer

public class SimpleParserModuleInit
extends java.lang.Object
implements ModuleInitializer

Handles the initalisation of the simple parser module. This contains support for the simple report definition format.

Author:
Thomas Morgner

Field Summary
static java.lang.String OLD_REPORT_TAG
          the document element tag for the simple report format.
static java.lang.String PUBLIC_ID_SIMPLE
          the Public ID for the simple version of JFreeReport XML definitions.
 
Constructor Summary
SimpleParserModuleInit()
          DefaultConstructor.
 
Method Summary
 void performInit()
          Initializes the simple parser and registers this handler with the parser base module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OLD_REPORT_TAG

public static final java.lang.String OLD_REPORT_TAG
the document element tag for the simple report format.

See Also:
Constant Field Values

PUBLIC_ID_SIMPLE

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

See Also:
Constant Field Values
Constructor Detail

SimpleParserModuleInit

public SimpleParserModuleInit()
DefaultConstructor. Does nothing.

Method Detail

performInit

public void performInit()
                 throws ModuleInitializeException
Initializes the simple parser and registers this handler with the parser base module.

Specified by:
performInit in interface ModuleInitializer
Throws:
ModuleInitializeException - if initializing the module failes.