Class Summary |
AbstractXMLReader |
This abstract class implements SAX2 interface XMLReader. |
CSVXMLReader |
A class for parsing CSV (comma separated value) files. |
CVSLogXMLReader |
This class allows to parse a cvs log file. |
ReadCSV |
Read a CSV (comma separated value) file which coordinates (local path or URL) are given in the
file parameter of the generate call, parse it, process it through CSVXMLReader
and generate a SAX event flow to the next handler |
ReadCVSLog |
Description of the Class |
readvcs |
Read a vcal or vcard (specify by the type parameter) file which coordinates (local path or URL) are given in the
file parameter of the generate call, parse it, process it through vcsReader
and generate a SAX event flow to the next handler |
tidy |
read a HTML file which coordinates (local path or URL) is give in the
file parameter of the generate call, parse it, process it through TIDY
and generate a SAX event flow to the next handler |
vcsReader |
Description of the Class |