Liking cljdoc? Tell your friends :D

javax.swing.text.html.parser.ParserDelegator

Responsible for starting up a new DocumentParser each time its parse method is invoked. Stores a reference to the dtd.

Responsible for starting up a new DocumentParser
each time its parse method is invoked. Stores a
reference to the dtd.
raw docstring

->parser-delegatorclj

(->parser-delegator)

Constructor.

Constructor.
raw docstring

parseclj

(parse this r cb ignore-char-set)

Description copied from class: HTMLEditorKit.Parser

r - java.io.Reader cb - javax.swing.text.html.HTMLEditorKit$ParserCallback ignore-char-set - boolean

throws: java.io.IOException

Description copied from class: HTMLEditorKit.Parser

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