6#include <QtXml/QDomDocument>
7#include <QtXml/QDomNode>
36 const QString& filePath,
38 bool serializeHeader =
true,
Qt-based implementation of archive for writing in compact XML format.
~CCompactXmlFileWriteArchive()
virtual bool WriteTextNode(const QByteArray &text) override
Write single unformatted text node.
CCompactXmlFileWriteArchive(const QString &filePath, const iser::IVersionInfo *versionInfoPtr=NULL, bool serializeHeader=true, const iser::CArchiveTag &rootTag=s_acfRootTag)
Constructor initializing archive to open file immediatelly.
bool OpenFile(const QString &filePath)
iser::CCompactXmlWriteArchiveBase BaseClass
ifile::CFileArchiveInfo BaseClass2
Basic implementation of interface ifile::IFileArchiveInfo.
static CArchiveTag s_acfRootTag
Process tag used to group data in archive stream.
Base class of compact XML write archive.
Provides access to version information.
Contains interfaces and implementations of file system related components.