org.jplate.tabular.csv.parser
Interface CsvTableBuilderIfc

All Superinterfaces:
BuilderIfc<TableIfc>, CsvBuilderIfc<TableIfc>, JPlateBuilderIfc<TableIfc>, TabularBuilderIfc<TableIfc>
All Known Implementing Classes:
DefaultTableBuilder

public interface CsvTableBuilderIfc
extends CsvBuilderIfc<TableIfc>

Defines a CSV (comma separated values) builder that builds a TableIfc.

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/csv/parser/CsvTableBuilderIfc.java $
    


Method Summary
 
Methods inherited from interface org.jplate.tabular.csv.parser.CsvBuilderIfc
buildQuotedField
 
Methods inherited from interface org.jplate.tabular.parser.TabularBuilderIfc
buildField, buildOmittedField, buildRecord
 
Methods inherited from interface org.jplate.foundation.parser.JPlateBuilderIfc
buildEnd, buildStart
 
Methods inherited from interface org.jplate.foundation.gof.builder.BuilderIfc
getResult, reset