25 #ifndef _MUSICBRAINZ4_LABEL_INFO_H 26 #define _MUSICBRAINZ4_LABEL_INFO_H 33 #include "musicbrainz4/xmlParser.h" 37 class CLabelInfoPrivate;
44 CLabelInfo(
const XMLNode& Node=XMLNode::emptyNode());
54 virtual std::ostream&
Serialise(std::ostream& os)
const;
58 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
64 CLabelInfoPrivate *
const m_d;
virtual std::ostream & Serialise(std::ostream &os) const
virtual CLabelInfo * Clone()
std::string CatalogNumber() const
CLabelInfo(const XMLNode &Node=XMLNode::emptyNode())
virtual void ParseElement(const XMLNode &Node)
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
static std::string GetElementName()
Definition: LabelInfo.h:41
CLabelInfo & operator=(const CLabelInfo &Other)