org.pentaho.reporting.engine.classic.core.modules.parser.base
Interface DataFactoryReadHandler

All Superinterfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
All Known Implementing Classes:
CompoundDataFactoryReadHandler, DataFactoryRefReadHandler, DirectStaticDataSourceReadHandler, ExternalDataSourceReadHandler, InlineDataSourceReadHandler, SQLDataSourceReadHandler, SQLDirectDataSourceReadHandler, StaticDataSourceReadHandler

public interface DataFactoryReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

Creation-Date: Jan 15, 2007, 6:51:41 PM

Author:
Thomas Morgner

Method Summary
 DataFactory getDataFactory()
           
 
Methods inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
characters, endElement, getObject, init, startElement
 

Method Detail

getDataFactory

DataFactory getDataFactory()