Interface to be supported by the parser. This enables providing a different parser while reusing some of the implementation provided by this editor kit.
Interface to be supported by the parser. This enables providing a different parser while reusing some of the implementation provided by this editor kit.
(parse this r cb ignore-char-set)Parse the given stream and drive the given callback with the results of the parse. This method should be implemented to be thread-safe.
r - java.io.Reader
cb - javax.swing.text.html.HTMLEditorKit$ParserCallback
ignore-char-set - boolean
throws: java.io.IOException
Parse the given stream and drive the given callback with the results of the parse. This method should be implemented to be thread-safe. r - `java.io.Reader` cb - `javax.swing.text.html.HTMLEditorKit$ParserCallback` ignore-char-set - `boolean` throws: java.io.IOException
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |