#include <skAttribute.h>
Inheritance diagram for skAttributeList:

Public Member Functions | |
| void | setAttribute (const skString &name, const skString &value) |
| This sets an attribute in this list. | |
| skString | getAttribute (const skString &name) const |
| This returns the value of an attribute. | |
| skString | getAttribute (const skString &name, const skString &default_value) const |
| This returns the value of an attribute. | |
| bool | removeAttribute (const skString &name) |
| This removes an attribute from the list. | |
| skAttribute * | findAttribute (const skString &name) const |
| this method finds a named attribute | |
|
|
this method finds a named attribute
|
|
||||||||||||
|
This returns the value of an attribute. If the attribute does not exist, the default value is returned.
|
|
|
This returns the value of an attribute. If the attribute does not exist, a blank string is returned.
|
|
|
This removes an attribute from the list.
|
|
||||||||||||
|
This sets an attribute in this list. The attribute is added, if not already present.
|
1.3