Class representing a XML element's attribute. More...
#include <XmlAttribute.hpp>
Public Member Functions | |
const string | getName () const |
XmlAttribute name getter. | |
const string | getValue () const |
XmlAttribute value getter. | |
Friends | |
class | XmlElement |
Class representing a XML element's attribute.
Definition at line 64 of file XmlAttribute.hpp.
const string XmlAttribute::getName | ( | ) | const |
XmlAttribute name getter.
Definition at line 51 of file XmlAttribute.cpp.
const string XmlAttribute::getValue | ( | ) | const |
XmlAttribute value getter.
Definition at line 58 of file XmlAttribute.cpp.