org.jfree.report.modules.misc.autotable.xml

Class AutoTableElementReadHandler

Implemented Interfaces:
NodeReadHandler, XmlReadHandler

public class AutoTableElementReadHandler
extends AbstractElementReadHandler

Creation-Date: Dec 9, 2006, 5:47:25 PM
Author:
Thomas Morgner

Constructor Summary

AutoTableElementReadHandler()

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.

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

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

Constructor Details

AutoTableElementReadHandler

public AutoTableElementReadHandler()

Method Details

doneParsing

protected void doneParsing()
            throws SAXException
Done parsing.

getElement

protected Element getElement()
Overrides:
getElement in interface AbstractElementReadHandler

getHandlerForChild

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