Go to the documentation of this file.
10#include <QtCore/QFile>
11#include <QtCore/QBuffer>
12#include <QtXml/QDomDocument>
13#include <QtXml/QDomNode>
38 bool serializeHeader =
true,
static CArchiveTag s_acfRootTag
Process tag used to group data in archive stream.
Qt-based implementation of archive for writing in XML format.
const QByteArray & GetString() const
Close the archive and get the created XML string.
CCompactXmlMemWriteArchive(const iser::IVersionInfo *versionInfoPtr=nullptr, bool serializeHeader=true, const iser::CArchiveTag &rootTag=s_acfRootTag)
Constructor initializing archive to work with memory.
CCompactXmlWriteArchiveBase BaseClass
Base class of compact XML write archive.
Provides access to version information.
Contains general persistence mechanism with basic archives implementations.
© Witold Gantzke and Kirill Lepskiy