#include <skAttribute.h>
Inheritance diagram for skAttributeList:
Public Member Functions | |
IMPORT_C void | setAttribute (const skString &name, const skString &value) |
This sets an attribute in this list. | |
IMPORT_C skString | getAttribute (const skString &name) const |
This returns the value of an attribute. | |
IMPORT_C skString | getAttribute (const skString &name, const skString &default_value) const |
This returns the value of an attribute. | |
IMPORT_C bool | removeAttribute (const skString &name) |
This removes an attribute from the list. | |
IMPORT_C 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.
|