#include <userinfo.h>

Public Member Functions | |
| Attribute (string attributeName) | |
| Default constructor fixing a name of the related attribute.  | |
| string & | Get (DOMElement &element) const | 
| This method parse DOMElement, finds proper attribute and returns its value.  | |
| void | Set (DOMElement &element, const string &str) const | 
| This method adds the passed string as an new attribute into the passed DOMElement.  | |
Static Public Attributes | |
| static const Attribute | help | 
| Static member, an instance related to an attribute named 'help'.  | |
| static const Attribute | type | 
| Static member, a constant instance related to an attribute named 'type'.  | |
| static const Attribute | value | 
| Static member, a constant instance related to the attribute named 'value'.  | |
 1.5.6