26 #ifndef _MUSICBRAINZ5_LABEL_INFO_H 27 #define _MUSICBRAINZ5_LABEL_INFO_H 34 #include "musicbrainz5/xmlParser.h" 38 class CLabelInfoPrivate;
45 CLabelInfo(
const XMLNode& Node=XMLNode::emptyNode());
55 virtual std::ostream&
Serialise(std::ostream& os)
const;
59 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
65 CLabelInfoPrivate *
const m_d;
CLabelInfo(const XMLNode &Node=XMLNode::emptyNode())
virtual std::ostream & Serialise(std::ostream &os) const
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
static std::string GetElementName()
virtual CLabelInfo * Clone()
virtual void ParseElement(const XMLNode &Node)
std::string CatalogNumber() const
Definition: LabelInfo.h:42
CLabelInfo & operator=(const CLabelInfo &Other)