Package jpicedt.graphic.io.parser
Contains classes for the JPIC-XML parser.
- Since:
- PicEdt 1.0
-
Interface Summary 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 Summary 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 Summary 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