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.
(*name-2type nm)nm - java.lang.String
returns: int
nm - `java.lang.String` returns: `int`
(*type-2name tp)tp - int
returns: java.lang.String
tp - `int` returns: `java.lang.String`
(->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`
(get-modifier this)returns: attribute modifier - int
returns: attribute modifier - `int`
(get-name this)returns: attribute name - java.lang.String
returns: attribute name - `java.lang.String`
(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`
(get-type this)returns: attribute type - int
returns: attribute type - `int`
(get-value this)returns: default attribute value - java.lang.String
returns: default attribute value - `java.lang.String`
(get-values this)returns: possible attribute values - java.util.Enumeration<?>
returns: possible attribute values - `java.util.Enumeration<?>`
(name this)Instance Field.
type: java.lang.String
Instance Field. type: java.lang.String
(next this)Instance Field.
type: javax.swing.text.html.parser.AttributeList
Instance Field. type: javax.swing.text.html.parser.AttributeList
(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`
(value this)Instance Field.
type: java.lang.String
Instance Field. type: java.lang.String
(values this)Instance Field.
type: java.util.Vector<?>
Instance Field. type: java.util.Vector<?>
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |