Liking cljdoc? Tell your friends :D
Clojure only.

javax.swing.text.html.HTMLWriter

This is a writer for HTMLDocuments.

This is a writer for HTMLDocuments.
raw docstring

->html-writerclj

(->html-writer w doc)
(->html-writer w doc pos len)

Constructor.

Creates a new HTMLWriter.

w - a Writer - java.io.Writer doc - an HTMLDocument - javax.swing.text.html.HTMLDocument pos - the document location from which to fetch the content - int len - the amount to write out - int

Constructor.

Creates a new HTMLWriter.

w - a Writer - `java.io.Writer`
doc - an HTMLDocument - `javax.swing.text.html.HTMLDocument`
pos - the document location from which to fetch the content - `int`
len - the amount to write out - `int`
raw docstring

writeclj

(write this)

Iterates over the Element tree and controls the writing out of all the tags and its attributes.

throws: java.io.IOException - on any I/O error

Iterates over the
 Element tree and controls the writing out of
 all the tags and its attributes.

throws: java.io.IOException - on any I/O error
raw docstring

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

× close