| Package | Description |
|---|---|
| org.jfree.xml |
XML parser.
|
| org.jfree.xml.parser |
XML parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Parser
The Parser handles the SAXEvents and forwards the event call to the currently
active ElementDefinitionHandler.
|
| Modifier and Type | Method and Description |
|---|---|
protected FrontendDefaultHandler |
ParserFrontend.createDefaultHandler(URL contentBase)
Creates a new instance of the currently set default handler and sets the contentbase
for the handler to
contentBase. |
FrontendDefaultHandler |
ParserFrontend.getDefaultHandler()
Returns the ElementDefinitionHandler used for parsing reports.
|
FrontendDefaultHandler |
Parser.newInstance()
Returns a new instance of
FrontendDefaultHandler. |
abstract FrontendDefaultHandler |
FrontendDefaultHandler.newInstance()
Returns a new instance of the parser.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParserFrontend.configureReader(XMLReader reader,
FrontendDefaultHandler handler)
Configures the xml reader.
|
void |
ParserFrontend.setDefaultHandler(FrontendDefaultHandler handler)
Sets the default handler used for parsing reports.
|
| Constructor and Description |
|---|
ParserFrontend(FrontendDefaultHandler parser)
Creates a new report generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RootXmlReadHandler
A base root SAX handler.
|
Copyright © 2009-2012 jtstand.com. All Rights Reserved.