Un attribut d'un élément. More...
#include "xmldocument.h"
Public Member Functions | |
Attribute (std::string const &name, std::string const &value) | |
Constructeur. More... | |
Attribute & | operator= (Attribute const &a) |
Opérateur de copie. More... | |
Public Attributes | |
std::string | m_name |
Nom de l'attribut. More... | |
std::string | m_value |
Valeur de l'attribut. More... | |
Un attribut d'un élément.
cogitant::XmlDocument::Element::Attribute::Attribute | ( | std::string const & | name, |
std::string const & | value | ||
) |
Constructeur.
Opérateur de copie.
std::string cogitant::XmlDocument::Element::Attribute::m_name |
Nom de l'attribut.
std::string cogitant::XmlDocument::Element::Attribute::m_value |
Valeur de l'attribut.