Package org.jplate.tabular

This package is provides table parsing/building functionality for tabular related data such as CDV (colon delimited values), CSV (comma separated values) and TDV (tabbed delimited values).

See:
          Description

Interface Summary
FieldFactoryIfc Defines a field factory.
FieldIfc Defines the concept of a field.
RecordFactoryIfc Defines a factory for records.
RecordIfc Defines the concept of a record.
RepoFactoryIfc Defines a factory for repo's.
RepoIfc Defines the concept of a repo.
TableFactoryIfc Defines a factory for tables.
TableIfc Defines the concept of a table.
 

Exception Summary
TabularException Base exception for all tabular exceptions.
 

Package org.jplate.tabular Description

This package is provides table parsing/building functionality for tabular related data such as CDV (colon delimited values), CSV (comma separated values) and TDV (tabbed delimited values). Ideally, the classes contained herein will reflect what one will be required to do to utilize the table oriented parsers.

Tables contain data organized individually into records and fields. Both are separated by common delimeters such as a comma for fields and newlines for records.

Ease of use classes can be found in org.jplate.tabular.util. Many of these classes use default implementations for builders and parsers allowing for quick use. If more specific needs are required, looking at the classes here should help illustrate how to accomplish this.

Tabular markups can be found at:

Please note:for code examples look to individual classes.

Modifications:
    $Date: 2009-01-27 12:39:00 -0500 (Tue, 27 Jan 2009) $
    $Revision: 484 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/tabular/package.html $