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

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--org.jfree.xml.FrontendDefaultHandler
              |
              +--org.jfree.xml.parser.RootXmlReadHandler
                    |
                    +--org.jfree.report.modules.parser.ext.ExtReportRootXmlReadHandler

public class ExtReportRootXmlReadHandler
extends org.jfree.xml.parser.RootXmlReadHandler

The root handler for parsing the report directly.

Docmark: This may not yet work as expected, as we reference the base-modules root-handler directly.

Author:
Thomas Morgner
See Also:
Serialized Form

Fields inherited from class org.jfree.xml.FrontendDefaultHandler
CONTENTBASE_KEY
 
Constructor Summary
ExtReportRootXmlReadHandler()
          Creates a new root handler for reading JFreeReport objects from XML.
 
Method Summary
 org.jfree.xml.util.ObjectFactory getFactoryLoader()
          Returns the object factory loader.
 JFreeReport getReport()
          Returns the chart under construction.
 org.jfree.xml.FrontendDefaultHandler newInstance()
          Returns a new instance of the parser.
 
Methods inherited from class org.jfree.xml.parser.RootXmlReadHandler
addDefaultMappings, addManualMapping, addMultiplexMapping, characters, createHandler, delegate, endElement, getCurrentHandler, getHelperObject, getResult, getRootHandler, loadClass, loadHandlerClass, recurse, setHelperObject, setRootHandler, startDocument, startElement, unwind
 
Methods inherited from class org.jfree.xml.FrontendDefaultHandler
findPropertyKeys, getCommentHandler, getConfigProperties, getConfigProperty, getConfigProperty, getContentBase, getLocator, setConfigProperty, setDocumentLocator
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtReportRootXmlReadHandler

public ExtReportRootXmlReadHandler()
Creates a new root handler for reading JFreeReport objects from XML.
Method Detail

getFactoryLoader

public org.jfree.xml.util.ObjectFactory getFactoryLoader()
Returns the object factory loader.
Overrides:
getFactoryLoader in class org.jfree.xml.parser.RootXmlReadHandler
Returns:
the object factory loader.

getReport

public JFreeReport getReport()
Returns the chart under construction.
Returns:
the chart.

newInstance

public org.jfree.xml.FrontendDefaultHandler newInstance()
Returns a new instance of the parser.
Overrides:
newInstance in class org.jfree.xml.FrontendDefaultHandler
Returns:
a new instance of the parser.