Package net.sf.xbus.protocol.csv

Provides classes for handling and transforming CSV messages

See:
          Description

Class Summary
CSVMessage CSVMessage is helping the xBus transporting and converting data structured in CSV format As CSV is not a standardized, the authors have decided to base the implementation on an existing definition (@see -> CSV Definition).
CSVParser The CSVParser class contains all methods necessary for parsing CSV format into an XML representation.
CSVSerializer CSVSerializer serves for serializing records stored in a DOM tree according to a CSV type message The DOM tree structure is described in the CSVParser documentation.
 

Package net.sf.xbus.protocol.csv Description

Provides classes for handling and transforming CSV messages.