Package org.jfree.xml

XML parser.

See:
          Description

Interface Summary
ElementDefinitionHandler A element definition handler.
 

Class Summary
Parser The Parser handles the SAXEvents and forwards the event call to the currently active ElementDefinitionHandler.
ParserFrontend The reportgenerator initializes the parser and provides an interface the the default parser.
ParserUtil Basic helper functions to ease up the process of parsing.
 

Exception Summary
ElementDefinitionException A reportdefinition exception is thrown when the parsing of the report definition failed because invalid or missing attributes are encountered.
ParseException  
 

Package org.jfree.xml Description

XML parser.