org.jplate.tabular.cdv.parser
Interface CdvBuilderIfc<V>

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

public interface CdvBuilderIfc<V>
extends TabularBuilderIfc<V>

Defines a CDV (colon delimited values) builder. Methods will be called to build as CDV 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/cdv/parser/CdvBuilderIfc.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