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

Class DatasourceFactoryReadHandler

Implemented Interfaces:
DataFactoryReadHandler, XmlReadHandler

public class DatasourceFactoryReadHandler
extends AbstractXmlReadHandler
implements DataFactoryReadHandler

Creation-Date: 10.04.2006, 13:27:47
Author:
Thomas Morgner

Constructor Summary

DatasourceFactoryReadHandler()

Method Summary

ReportDataFactory
getDataFactory()
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.

Constructor Details

DatasourceFactoryReadHandler

public DatasourceFactoryReadHandler()

Method Details

getDataFactory

public ReportDataFactory getDataFactory()
Specified by:
getDataFactory in interface DataFactoryReadHandler

getObject

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

startParsing

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