javax.swing.text.html.parser
public final class: AttributeList [javadoc |
source]
java.lang.Object
javax.swing.text.html.parser.AttributeList
All Implemented Interfaces:
java$io$Serializable, DTDConstants
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.
Also see:
- Element
- author:
Arthur
- Van Hoff
Field Summary |
---|
public String | name | |
public int | type | |
public Vector<?> | values | |
public int | modifier | |
public String | value | |
public AttributeList | next | |
static Hashtable<Object, Object> | attributeTypes | Create a hashtable of attribute types. |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |