26 #ifndef _MUSICBRAINZ5_TAG_H
27 #define _MUSICBRAINZ5_TAG_H
34 #include "musicbrainz5/xmlParser.h"
43 CTag(
const XMLNode& Node);
51 std::string
Name()
const;
53 virtual std::ostream&
Serialise(std::ostream& os)
const;
57 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
61 CTagPrivate *
const m_d;
virtual std::ostream & Serialise(std::ostream &os) const
CTag & operator=(const CTag &Other)
static std::string GetElementName()
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
CTag(const XMLNode &Node)
virtual void ParseElement(const XMLNode &Node)