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

Class DatasourceFactoryReadHandler

public class DatasourceFactoryReadHandler extends AbstractXmlReadHandler implements DataFactoryReadHandler

Creation-Date: 10.04.2006, 13:27:47

Author: Thomas Morgner

Constructor Summary
DatasourceFactoryReadHandler()
Method Summary
ReportDataFactorygetDataFactory()
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

DatasourceFactoryReadHandler

public DatasourceFactoryReadHandler()

Method Detail

getDataFactory

public ReportDataFactory getDataFactory()

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.

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.