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

Class ReportReadHandler

public class ReportReadHandler extends SectionReadHandler

Creation-Date: 09.04.2006, 14:57:38

Author: Thomas Morgner

Constructor Summary
ReportReadHandler()
Creates a new generic read handler.
Method Summary
protected voiddoneParsing()
Done parsing.
protected ElementgetElement()
protected XmlReadHandlergetHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.

Constructor Detail

ReportReadHandler

public ReportReadHandler()
Creates a new generic read handler. The given namespace and tagname can be arbitary values and should not be confused with the ones provided by the XMLparser itself.

Method Detail

doneParsing

protected void doneParsing()
Done parsing.

Throws: SAXException if there is a parsing error.

getElement

protected Element getElement()

getHandlerForChild

protected XmlReadHandler getHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.

Parameters: tagName the tag name. atts the attributes.

Returns: the handler or null, if the tagname is invalid.

Throws: SAXException if there is a parsing error.