Liking cljdoc? Tell your friends :D

javax.swing.text.html.parser.AttributeList

This class defines the attributes of an SGML element as described in a DTD using the ATTLIST construct. An AttributeList can be obtained from the Element class using the getAttributes() method.

It is actually an element in a linked list. Use the getNext() method repeatedly to enumerate all the attributes of an element.

This class defines the attributes of an SGML element
as described in a DTD using the ATTLIST construct.
An AttributeList can be obtained from the Element
class using the getAttributes() method.

It is actually an element in a linked list. Use the
getNext() method repeatedly to enumerate all the attributes
of an element.
raw docstring

*name-2typeclj

(*name-2type nm)

nm - java.lang.String

returns: int

nm - `java.lang.String`

returns: `int`
raw docstring

*type-2nameclj

(*type-2name tp)

tp - int

returns: java.lang.String

tp - `int`

returns: `java.lang.String`
raw docstring

->attribute-listclj

(->attribute-list name)
(->attribute-list name type modifier value values next)

Constructor.

Create an attribute list element.

name - java.lang.String type - int modifier - int value - java.lang.String values - java.util.Vector next - javax.swing.text.html.parser.AttributeList

Constructor.

Create an attribute list element.

name - `java.lang.String`
type - `int`
modifier - `int`
value - `java.lang.String`
values - `java.util.Vector`
next - `javax.swing.text.html.parser.AttributeList`
raw docstring

get-modifierclj

(get-modifier this)

returns: attribute modifier - int

returns: attribute modifier - `int`
raw docstring

get-nameclj

(get-name this)

returns: attribute name - java.lang.String

returns: attribute name - `java.lang.String`
raw docstring

get-nextclj

(get-next this)

returns: the next attribute in the list - javax.swing.text.html.parser.AttributeList

returns: the next attribute in the list - `javax.swing.text.html.parser.AttributeList`
raw docstring

get-typeclj

(get-type this)

returns: attribute type - int

returns: attribute type - `int`
raw docstring

get-valueclj

(get-value this)

returns: default attribute value - java.lang.String

returns: default attribute value - `java.lang.String`
raw docstring

get-valuesclj

(get-values this)

returns: possible attribute values - java.util.Enumeration<?>

returns: possible attribute values - `java.util.Enumeration<?>`
raw docstring

modifierclj

(modifier this)

Instance Field.

type: int

Instance Field.

type: int
raw docstring

nameclj

(name this)

Instance Field.

type: java.lang.String

Instance Field.

type: java.lang.String
raw docstring

nextclj

(next this)

Instance Field.

type: javax.swing.text.html.parser.AttributeList

Instance Field.

type: javax.swing.text.html.parser.AttributeList
raw docstring

to-stringclj

(to-string this)

Description copied from class: Object

returns: string representation - java.lang.String

Description copied from class: Object

returns: string representation - `java.lang.String`
raw docstring

typeclj

(type this)

Instance Field.

type: int

Instance Field.

type: int
raw docstring

valueclj

(value this)

Instance Field.

type: java.lang.String

Instance Field.

type: java.lang.String
raw docstring

valuesclj

(values this)

Instance Field.

type: java.util.Vector<?>

Instance Field.

type: java.util.Vector<?>
raw docstring

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

× close