Go to the documentation of this file.
26 #ifndef _MUSICBRAINZ5_ATTRIBUTE_H
27 #define _MUSICBRAINZ5_ATTRIBUTE_H
34 #include "musicbrainz5/xmlParser.h"
38 class CAttributePrivate;
43 CAttribute(
const XMLNode& Node=XMLNode::emptyNode());
50 std::string
Text()
const;
52 virtual std::ostream&
Serialise(std::ostream& os)
const;
56 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
60 CAttributePrivate *
const m_d;
virtual void ParseElement(const XMLNode &Node)
virtual std::ostream & Serialise(std::ostream &os) const
static std::string GetElementName()
CAttribute & operator=(const CAttribute &Other)
virtual CAttribute * Clone()
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
Definition: Attribute.h:40
CAttribute(const XMLNode &Node=XMLNode::emptyNode())