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

Class AutoTableElementReadHandler

public class AutoTableElementReadHandler extends AbstractElementReadHandler

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

Author: Thomas Morgner

Constructor Summary
AutoTableElementReadHandler()
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

AutoTableElementReadHandler

public AutoTableElementReadHandler()

Method Detail

doneParsing

protected void doneParsing()
Done parsing.

Throws: org.xml.sax.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: org.xml.sax.SAXException if there is a parsing error.