#include <skAttribute.h>
Public Member Functions | |
skAttribute (const skString &name, const skString &value) | |
Constructs a new attribute with the given name and value. | |
skString | getName () const |
this returns the name of the attribute | |
skString | getValue () const |
this returns the value of the attribute | |
void | setValue (const skString &name) |
this method sets the value of the attribute |
The class forms part of the Simkin DOM class library.
|
Constructs a new attribute with the given name and value.
|
|
this returns the name of the attribute
|
|
this returns the value of the attribute
|