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