A list of Attribute objects. The AttributeList is used to as a container for a set of XML tag attributes.
Public Member Functions | |
boolean | hasAttributes () |
void | append (Attribute attr) |
Add to the end of the attribute list. | |
void | insert (Attribute attr) |
Insert at the head (front) of the attribute list. | |
Iterator | getIterator () |
Get an Iterator for the attribute list. | |
Private Attributes | |
Attribute | mHead = null |
Attribute | mTail = null |
|
Add to the end of the attribute list.
|
|
Get an Iterator for the attribute list. Note that the Iterator returned does not support the remove() method and will throw and UnsupportedOperationException if remove() is called.
|
|
|
|
Insert at the head (front) of the attribute list.
|
|
|
|
|