org.jplate.tabular.tdv.parser
Interface TdvParserIfc<B extends TdvBuilderIfc<?>>

Type Parameters:
B - The type of TDV builder to use while parsing.
All Superinterfaces:
JPlateParserIfc<B>, TabularParserIfc<B>
All Known Implementing Classes:
DefaultTdvParser

public interface TdvParserIfc<B extends TdvBuilderIfc<?>>
extends TabularParserIfc<B>

Defines a parser for TDV (tabbed 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/tdv/parser/TdvParserIfc.java $
    


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