1#ifndef OriginalXmlLabel_h
2#define OriginalXmlLabel_h
11#include <QDomDocument>
46 void ReadData(std::istream &stream);
File name manipulation and expansion.
Read and store original Xml labels.
const QDomDocument & ReturnLabels() const
Returns the original Xml label.
void readFromXmlFile(const FileName &xmlFileName)
Read the original label from an Xml file.
QDomDocument m_originalLabel
Original Xml Label.
OriginalXmlLabel()
Constructors a default OriginalXmlLabel with an empty label.
~OriginalXmlLabel()
Destructor.
Blob toBlob() const
Serialize the OriginalXmlLabel to a Blob.
This is free and unencumbered software released into the public domain.