org.jfree.report.modules.factories.data.sql

Class SQLDataFactoryReadHandler

public class SQLDataFactoryReadHandler extends AbstractXmlReadHandler implements DataFactoryReadHandler

Creation-Date: 07.04.2006, 17:47:53

Author: Thomas Morgner

Constructor Summary
SQLDataFactoryReadHandler()
Method Summary
protected voiddoneParsing()
Done parsing.
ReportDataFactorygetDataFactory()
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.

Constructor Detail

SQLDataFactoryReadHandler

public SQLDataFactoryReadHandler()

Method Detail

doneParsing

protected void doneParsing()
Done parsing.

Throws: SAXException if there is a parsing error.

getDataFactory

public ReportDataFactory getDataFactory()

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 is a parsing error.