Package edu.jhu.htm.parsers

Parsers provide a uniform way of reading and writing domains etc.

See:
          Description

Interface Summary
DomainParser Simple interface for parsers which parse files or strings into domains.
 

Class Summary
Htmio This is inded to do the legacy text io for io of convexes etc.
LegacyParser parse domain files in the old format using HTMio see public read(Reader in,Domain d) in Htmio
SAXxmlParser SAX parser for reading XML HTM files/strings and returning a domain.
XMLtags  
 

Exception Summary
ParseException exception which may be thrown by parsers
 

Package edu.jhu.htm.parsers Description

Parsers provide a uniform way of reading and writing domains etc. regardless of their format.