org.jfree.report.modules.factories.report.flow

Class SubReportReadHandler

Implemented Interfaces:
NodeReadHandler, XmlReadHandler

public class SubReportReadHandler
extends SectionReadHandler

Creation-Date: 09.04.2006, 14:57:38
Author:
Thomas Morgner

Constructor Summary

SubReportReadHandler()

Method Summary

protected void
doneParsing()
Done parsing.
protected Element
getElement()
protected XmlReadHandler
getHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
protected void
startParsing(Attributes attrs)
Starts parsing.

Methods inherited from class org.jfree.report.modules.factories.report.flow.SectionReadHandler

characters, configureElement, doneParsing, getElement, getHandlerForChild, startParsing

Methods inherited from class org.jfree.report.modules.factories.report.flow.AbstractElementReadHandler

configureElement, getElement, getHandlerForChild, getNode, getObject, getStyle, init, isEnabled, startParsing

Constructor Details

SubReportReadHandler

public SubReportReadHandler()

Method Details

doneParsing

protected void doneParsing()
            throws SAXException
Done parsing.
Overrides:
doneParsing in interface SectionReadHandler

getElement

protected Element getElement()
Overrides:
getElement in interface SectionReadHandler

getHandlerForChild

protected XmlReadHandler getHandlerForChild(String uri,
                                            String tagName,
                                            Attributes atts)
            throws SAXException
Returns the handler for a child element.
Overrides:
getHandlerForChild in interface SectionReadHandler
Parameters:
tagName - the tag name.
atts - the attributes.
Returns:
the handler or null, if the tagname is invalid.

startParsing

protected void startParsing(Attributes attrs)
            throws SAXException
Starts parsing.
Overrides:
startParsing in interface SectionReadHandler
Parameters:
attrs - the attributes.