9 #ifndef anna_xml_Namespace_hpp 10 #define anna_xml_Namespace_hpp 36 const std::string&
getName()
const {
return a_name; }
57 std::string a_reference;
59 void setName(
const char* name) { a_name = name; }
60 void setName(
const std::string& name) { a_name = name; }
61 void setReference(
const char* reference) { a_reference = reference; }
const std::string & getReference() const
Definition: Namespace.hpp:42
Definition: Namespace.hpp:30
Definition: Allocator.hpp:19
xml::Node Node
Definition: Node.hpp:21
const std::string & getName() const
Definition: Namespace.hpp:36
std::string asString() const