#include <attribute.h>
Public Member Functions | |
| Attribute (const string &sName, const string &sValue) | |
| Constructor. | |
| ~Attribute () | |
| Destructor. | |
| string | getValue () const |
| Returns attribute value. . | |
| string | getName () const |
| Returns attribute name. . | |
Protected Attributes | |
| string | m_sAttributeValue |
| Attribute value. | |
| string | m_sAttributeName |
| Attribute name. | |
It used used for writing XML, not for reading. For reading, Xerces attribute class is used.
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
Constructor.
|
|
|
Returns attribute name. .
|
|
|
Returns attribute value. .
|
1.4.6