org.jplate.tabular.tdv.parser
Interface TdvBuilderIfc<V>

Type Parameters:
V - The type of Tdv data built.
All Superinterfaces:
BuilderIfc<V>, JPlateBuilderIfc<V>, TabularBuilderIfc<V>
All Known Subinterfaces:
TdvListBuilderIfc, TdvTableBuilderIfc
All Known Implementing Classes:
DefaultTableBuilder, DefaultTabularListBuilder

public interface TdvBuilderIfc<V>
extends TabularBuilderIfc<V>

Defines a TDV (tabbed delimited values) builder. Methods will be called to build as TDV tokens are parsed.

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/tdv/parser/TdvBuilderIfc.java $
    


Method Summary
 
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