#include <skAttribute.h>
Inheritance diagram for skAttribute:
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 | |
IMPORT_C skString | toString () const |
This method returns a string representation of the attribute, in the form ="". | |
IMPORT_C void | write (skOutputDestination &out) |
This method writes the arribute out to the given destination, in the form ="". |
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
|
|
This method returns a string representation of the attribute, in the form ="".
|
|
This method writes the arribute out to the given destination, in the form ="".
|