org.jplate.tabular.cdv.parser
Interface CdvParserIfc<B extends CdvBuilderIfc<?>>

Type Parameters:
B - The CDV builder type used when parsing.
All Superinterfaces:
JPlateParserIfc<B>, TabularParserIfc<B>
All Known Implementing Classes:
DefaultCdvParser

public interface CdvParserIfc<B extends CdvBuilderIfc<?>>
extends TabularParserIfc<B>

Defines a parser for CDV (colon delimited values) data.

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/CdvParserIfc.java $
    


Method Summary
 
Methods inherited from interface org.jplate.foundation.parser.JPlateParserIfc
parse, parse, parse, parse