See: Description
| Class | Description |
|---|---|
| CSVParser |
This class parses files in the CSV format
and sends events to the specified database builder.
|
| HTMLParser |
This class uses TagSoup to convert HTML input to well-formed XML.
|
| HTMLProp |
This class contains HTML parsing properties for TagSoup.
|
| JSONParser |
This class parses files in the JSON format
and sends events to the specified database builder.
|
| MAB2Parser |
This class parses files in the MAB2 format
and sends events to the specified database builder.
|
| ParserProp |
This class contains parser properties.
|
| TextParser |
This class parses files in the plain-text format
and sends events to the specified database builder.
|