#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 | |
| skString | toString () const | 
| This method returns a string representation of the attribute, in the form ="".  | |
| 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 ="". 
 
  | 
  
1.3