25 #ifndef _MUSICBRAINZ4_TAG_H 26 #define _MUSICBRAINZ4_TAG_H 33 #include "musicbrainz4/xmlParser.h" 42 CTag(
const XMLNode& Node);
50 std::string
Name()
const;
52 virtual std::ostream&
Serialise(std::ostream& os)
const;
56 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
60 CTagPrivate *
const m_d;
static std::string GetElementName()
CTag & operator=(const CTag &Other)
virtual void ParseElement(const XMLNode &Node)
virtual std::ostream & Serialise(std::ostream &os) const
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
CTag(const XMLNode &Node)