25 #ifndef _MUSICBRAINZ5_USER_TAG_H
26 #define _MUSICBRAINZ5_USER_TAG_H
33 #include "musicbrainz5/xmlParser.h"
37 class CUserTagPrivate;
49 std::string
Name()
const;
51 virtual std::ostream&
Serialise(std::ostream& os)
const;
55 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
59 CUserTagPrivate *
const m_d;
virtual std::ostream & Serialise(std::ostream &os) const
virtual void ParseElement(const XMLNode &Node)
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
CUserTag & operator=(const CUserTag &Other)
static std::string GetElementName()
virtual CUserTag * Clone()
CUserTag(const XMLNode &Node)