Parsing classes should simply take some input stream and convert it into a valid DOM. For text/html and text/xml the result is a logical grove or tree of Elements. For parsing text/plain, the parser could simply create a DOM of one element whose contents would be all the text in the file. Other files types which could be parsed into a tree structure include: C, Java, (any programming language), mail, news, amigaguide, (any hypertext format which could be transmitted over the WWW), etc.
pedantiWEB.parsers.GenericParser
pedantiWEB.parsers.MIME.text.GenericParser
pedantiWEB.parsers.MIME.text.plain.GenericParser
pedantiWEB.parsers.MIME.text.html.GenericParser
pedantiWEB.parsers.MIME.text.xml.GenericParser
pedantiWEB.parsers.MIME.text.css.GenericParser
pedantiWEB.parsers.MIME.application.rtf.GenericParser
pedantiWEB.parsers.MIME.application.x-latex.GenericParser
pedantiWEB.parsers.MIME.application.x-troff.GenericParser
pedantiWEB, a GPL, Java web browser
Last Updated on Wednesday, December 03, 1997.
$Id: parsers.html,v 1.3 1997/12/12 16:36:25 bereza Exp bereza $