org.jfree.report.modules.factories.report.flow
Class AbstractElementReadHandler
AbstractXmlReadHandler
org.jfree.report.modules.factories.report.flow.AbstractElementReadHandler
- NodeReadHandler, XmlReadHandler
extends AbstractXmlReadHandler
Creation-Date: 09.04.2006, 13:55:36
getHandlerForChild
protected XmlReadHandler getHandlerForChild(String uri,
String tagName,
Attributes atts)
throws SAXException
Returns the handler for a child element.
tagName
- the tag name.atts
- the attributes.
- 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.
init
public void init(RootXmlReadHandler rootHandler,
String uri,
String tagName)
Initialises the handler.
rootHandler
- the root handler.tagName
- the tag name.
startParsing
protected void startParsing(Attributes attrs)
throws SAXException
Starts parsing.