6#include <QtXml/QDomDocument>
7#include <QtXml/QDomNode>
35 const QString& filePath =
"",
36 bool serializeHeader =
true,
48 QString& messageSource)
const override;
51 QString m_openFileName;
Qt-based implementation of archive reading from XML file.
iser::CCompactXmlReadArchiveBase BaseClass
virtual void DecorateMessage(istd::IInformationProvider::InformationCategory category, int id, int flags, QString &message, QString &messageSource) const override
Decorate message parts before outputting.
bool OpenFile(const QString &filePath)
ifile::CFileArchiveInfo BaseClass2
CCompactXmlFileReadArchive(const QString &filePath="", bool serializeHeader=true, const iser::CArchiveTag &rootTag=s_acfRootTag)
Constructor initializing archive to work with file.
Basic implementation of interface ifile::IFileArchiveInfo.
static CArchiveTag s_acfRootTag
Process tag used to group data in archive stream.
Qt-based implementation of archive reading from XML file.
Contains interfaces and implementations of file system related components.