org.jplate.tabular.parser
Interface TabularParserFactoryIfc<V extends TabularParserIfc<?>>
- Type Parameters:
 V - The tabular parser type that is created.
- All Superinterfaces: 
 - FactoryIfc<V>, JPlateParserFactoryIfc<V>, java.io.Serializable
 
- All Known Subinterfaces: 
 - CdvParserFactoryIfc<V>, CsvParserFactoryIfc<V>, TdvParserFactoryIfc<V>
 
public interface TabularParserFactoryIfc<V extends TabularParserIfc<?>>
- extends JPlateParserFactoryIfc<V>
 
Factory for creating implementations of TableParserIfc's.
    
Modifications:
    $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
    $Revision: 479 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/tabular/parser/TabularParserFactoryIfc.java $