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

Class ContentElementReadHandler

public class ContentElementReadHandler extends AbstractElementReadHandler

Creation-Date: 09.04.2006, 14:38:32

Author: Thomas Morgner

Constructor Summary
ContentElementReadHandler()
Method Summary
protected voiddoneParsing()
Done parsing.
protected ElementgetElement()
protected XmlReadHandlergetHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
ObjectgetObject()
Returns the object for this element or null, if this element does not create an object.
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

ContentElementReadHandler

public ContentElementReadHandler()

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.

getObject

public Object getObject()
Returns the object for this element or null, if this element does not create an object.

Returns: the object.

Throws: SAXException if there's a parsing error

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: org.xml.sax.SAXException if there is a parsing error.