6#include <QtCore/QBuffer>
7#include <QtXml/QDomDocument>
8#include <QtXml/QDomNode>
32 const QString& filePath =
"",
33 bool serializeHeader =
true,
45 QString& messageSource)
const override;
48 QString m_openFileName;
Qt-based implementation of archive reading from XML file.
CCompressedXmlFileReadArchive(const QString &filePath="", bool serializeHeader=true, const iser::CArchiveTag &rootTag=s_acfRootTag)
Constructor initializing archive to work with file.
virtual void DecorateMessage(istd::IInformationProvider::InformationCategory category, int id, int flags, QString &message, QString &messageSource) const override
Decorate message parts before outputting.
iser::CCompactXmlReadArchiveBase BaseClass
bool OpenFile(const QString &filePath)
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.