org.jplate.tabular.parser
Interface TabularParserIfc<B extends TabularBuilderIfc<?>>
- Type Parameters:
 B - A builder who can build tabular values.
- All Superinterfaces: 
 - JPlateParserIfc<B>
 
- All Known Subinterfaces: 
 - CdvParserIfc<B>, CsvParserIfc<B>, TdvParserIfc<B>
 
- All Known Implementing Classes: 
 - DefaultCdvParser, DefaultJPlateCsvParser, DefaultRfc4180CsvParser, DefaultTdvParser
 
public interface TabularParserIfc<B extends TabularBuilderIfc<?>>
- extends JPlateParserIfc<B>
 
Defines a parser for tabular data.  Table data is data organized in records
    and columns.  Each record has a delimiter as do columns - typically but both
    are not the same delimiters.
    
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/TabularParserIfc.java $