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;
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)
CAttribute(const CAttribute &Other)
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:41
CAttribute(const XMLNode &Node=XMLNode::emptyNode())