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