Interface | Description |
---|---|
Parser |
This is the interface from which every parser passed as a parameter to "PECanvas.read()" (or similar
methods from related classes) must inherit.
|
Class | Description |
---|---|
JPICParser |
An implementation of the Parser interface dedicated to parsing JPIC-XML files.
|
JPICXmlHandler |
Content-handler and error-handler for the JPICParser class.
|
Exception | Description |
---|---|
ParserException |
Placeholder for the Exception class ; should serve as the base-class for any Exception related
to parsing processes, and may be used as an Exception wrapper as well, e.g.
|
ParserException.UnrecognizedFileFormat |
May signal that the content being currently parsed does not correspond to
any recognized/supported format
|
Contains classes for the JPIC-XML parser.
Submit a bug : syd@jpicedt.org