Liking cljdoc? Tell your friends :D

javax.swing.text.html.HTMLEditorKit$ParserCallback

The result of parsing drives these callback methods. The open and close actions should be balanced. The flush method will be the last method called, to give the receiver a chance to flush any pending data into the document. Refer to DocumentParser, the default parser used, for further information on the contents of the AttributeSets, the positions, and other info.

The result of parsing drives these callback methods.
The open and close actions should be balanced.  The
flush method will be the last method
called, to give the receiver a chance to flush any
pending data into the document.
Refer to DocumentParser, the default parser used, for further
information on the contents of the AttributeSets, the positions, and
other info.
raw docstring

*-impliedclj

Static Constant.

This is passed as an attribute in the attributeset to indicate the element is implied eg, the string '<>foo<\t>' contains an implied html element and an implied body element.

type: java.lang.Object

Static Constant.

This is passed as an attribute in the attributeset to indicate
 the element is implied eg, the string '<>foo<\t>'
 contains an implied html element and an implied body element.

type: java.lang.Object
raw docstring

->parser-callbackclj

(->parser-callback)

Constructor.

Constructor.
raw docstring

flushclj

(flush this)

throws: javax.swing.text.BadLocationException

throws: javax.swing.text.BadLocationException
raw docstring

handle-commentclj

(handle-comment this data pos)

data - char[] pos - int

data - `char[]`
pos - `int`
raw docstring

handle-end-of-line-stringclj

(handle-end-of-line-string this eol)

This is invoked after the stream has been parsed, but before flush. eol will be one of \n, \r or \r\n, which ever is encountered the most in parsing the stream.

eol - java.lang.String

This is invoked after the stream has been parsed, but before
 flush. eol will be one of \n, \r
 or \r\n, which ever is encountered the most in parsing the
 stream.

eol - `java.lang.String`
raw docstring

handle-end-tagclj

(handle-end-tag this t pos)

t - javax.swing.text.html.HTML$Tag pos - int

t - `javax.swing.text.html.HTML$Tag`
pos - `int`
raw docstring

handle-errorclj

(handle-error this error-msg pos)

error-msg - java.lang.String pos - int

error-msg - `java.lang.String`
pos - `int`
raw docstring

handle-simple-tagclj

(handle-simple-tag this t a pos)

t - javax.swing.text.html.HTML$Tag a - javax.swing.text.MutableAttributeSet pos - int

t - `javax.swing.text.html.HTML$Tag`
a - `javax.swing.text.MutableAttributeSet`
pos - `int`
raw docstring

handle-start-tagclj

(handle-start-tag this t a pos)

t - javax.swing.text.html.HTML$Tag a - javax.swing.text.MutableAttributeSet pos - int

t - `javax.swing.text.html.HTML$Tag`
a - `javax.swing.text.MutableAttributeSet`
pos - `int`
raw docstring

handle-textclj

(handle-text this data pos)

data - char[] pos - int

data - `char[]`
pos - `int`
raw docstring

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

× close