http://www.jpicedt.org

Package jpicedt.graphic.io.parser

Contains classes for the JPIC-XML parser.

See:
          Description

Interface Summary
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
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
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
 

Package jpicedt.graphic.io.parser Description

Contains classes for the JPIC-XML parser.

Since:
PicEdt 1.0

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org