Liking cljdoc? Tell your friends :D

javax.swing.text.html.HTML$UnknownTag


->unknown-tagclj

(->unknown-tag id)

Constructor.

Creates a new UnknownTag with the specified id.

id - the id of the new tag - java.lang.String

Constructor.

Creates a new UnknownTag with the specified
 id.

id - the id of the new tag - `java.lang.String`
raw docstring

equalsclj

(equals this obj)

Compares this object to the specified object. The result is true if and only if the argument is not null and is an UnknownTag object with the same name.

obj - the object to compare this tag with - java.lang.Object

returns: true if the objects are equal; false otherwise - boolean

Compares this object to the specified object.
 The result is true if and only if the argument is not
 null and is an UnknownTag object
 with the same name.

obj - the object to compare this tag with - `java.lang.Object`

returns: true if the objects are equal;
            false otherwise - `boolean`
raw docstring

hash-codeclj

(hash-code this)

Returns the hash code which corresponds to the string for this tag.

returns: a hash code value for this object. - int

Returns the hash code which corresponds to the string
 for this tag.

returns: a hash code value for this object. - `int`
raw docstring

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

× close