#include <skAttribute.h>
Public Methods | |
skAttribute (const skString& name,const skString& value) | |
Constructs a new attribute with the given name and value. More... | |
skString | getName () const |
this returns the name of the attribute. More... | |
skString | getValue () const |
this returns the value of the attribute. More... | |
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.
|