Package toolbox.parsers

Package class diagram package toolbox.parsers
Provides classes to perform various parsing tasks, including command line arguments, XML and delimited text.

See:
          Description

Interface Summary
TextListener Interface used to receive notification of TextEvents
 

Class Summary
CommandLineParser Simple command line parser.
DelimitedParser Generic parser to parse delimited data.
DOMParser Parser class to parse and access XML documents
FixedLengthParser Generic parser to parse fixed length data.
SimpleXSLT Command line utility to perform simple XSL transformations.
TextEvent Wrapper for a single record in a text delimited data source.
 

Package toolbox.parsers Description

Provides classes to perform various parsing tasks, including command line arguments, XML and delimited text.