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