GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from javax.swing.text.html.parser.Parser | |
class | A simple error-tolerant HTML parser that uses a DTD document
to access data on the possible tokens, arguments and syntax.
The parser reads an HTML content from a Reader and calls various
notifying methods (which should be overridden in a subclass)
when tags or data are encountered.
Some HTML elements need no opening or closing tags. |
GNU Classpath (0.95) |