9 #ifndef anna_xml_Attribute_hpp 10 #define anna_xml_Attribute_hpp 41 const char*
getName()
const {
return a_name.c_str(); }
70 void setName(
const char* name) { a_name = name; }
71 void setNamespace(
const Namespace* _namespace) { a_namespace = _namespace; }
const std::string & getNameAsString() const
Definition: Attribute.hpp:53
Data()
Definition: Data.hpp:86
std::string asString() const
Definition: Namespace.hpp:30
Definition: Attribute.hpp:35
Definition: Allocator.hpp:19
const Namespace * getNamespace() const
Definition: Attribute.hpp:47
const char * getName() const
Definition: Attribute.hpp:41