Frames | No Frames |
Classes derived from gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer | |
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. |
Methods with parameter type gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer | |
boolean | Checks if the pattern can match the tokens in this
tokenizer. |
Classes derived from gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer | |
class | This parser reads HTML from the given stream and stores into
HTMLDocument . |