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

Class ContentElementReadHandler

Implemented Interfaces:
NodeReadHandler, XmlReadHandler

public class ContentElementReadHandler
extends AbstractElementReadHandler

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

Constructor Summary

ContentElementReadHandler()

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.
Object
getObject()
Returns the object for this element or null, if this element does not create an object.
protected void
startParsing(Attributes attrs)
Starts parsing.

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

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

Constructor Details

ContentElementReadHandler

public ContentElementReadHandler()

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.

getObject

public Object getObject()
            throws SAXException
Returns the object for this element or null, if this element does not create an object.
Overrides:
getObject in interface AbstractElementReadHandler
Returns:
the object.

startParsing

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