|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| DefaultJPlateCsvParserConstants | |
| DefaultRfc4180CsvParserConstants | |
| Class Summary | |
|---|---|
| DefaultJPlateCsvParser<B extends CsvBuilderIfc<?>> | This implementation of a CSV parser deviates from RFC 4180 in that a record may end with a comma as well as allow fields to be denoted as empty using double commas or preceeding/postceeding commas. |
| DefaultJPlateCsvParserTokenManager | |
| DefaultRfc4180CsvParser<B extends CsvBuilderIfc<?>> | This CSV parser strictly adheres to RFC 4180 Please note: This class is not thread-safe. |
| DefaultRfc4180CsvParserTokenManager | |
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
| Token | Describes the input token stream. |
| Exception Summary | |
|---|---|
| ParseException | This exception is thrown when parse errors are encountered. |
| Error Summary | |
|---|---|
| TokenMgrError | |
Contains default implementions of CSV (comma separated value) parsers.
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/csv/parser/impl/defaults/package.html $
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||