Liking cljdoc? Tell your friends :D
Clojure only.

javax.swing.text.html.HTMLEditorKit$Parser

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.
raw docstring

->parserclj

(->parser)

Constructor.

Constructor.
raw docstring

parseclj

(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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close