Package org.jplate.tabular.parser

Contains parsers for tabular data.

See:
          Description

Interface Summary
TableBuilderIfc Marker interface defining a tabular builder of TableIfc.
TabularBuilderFactoryIfc<V extends TabularBuilderIfc<?>> Factory for creating implementations of TabularBuilderIfc's.
TabularBuilderIfc<V> A builder of tabular data.
TabularListBuilderIfc Marker interface defining a tabular builder of Strings.
TabularParserFactoryIfc<V extends TabularParserIfc<?>> Factory for creating implementations of TableParserIfc's.
TabularParserIfc<B extends TabularBuilderIfc<?>> Defines a parser for tabular data.
 

Exception Summary
FieldCountMismatchException Thrown when the field count is greater than the maximum number of fields.
 

Package org.jplate.tabular.parser Description

Contains parsers for tabular data. Tabular data is considered to contain:

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/parser/package.html $