22 #ifndef CTKXNATRESOURCECATALOGXMLPARSER_H
23 #define CTKXNATRESOURCECATALOGXMLPARSER_H
25 #include "ctkXNATCoreExport.h"
28 #include <QVariantMap>
30 class ctkXnatResourceCatalogXmlParserPrivate;
68 ctkXnatResourceCatalogXmlParserPrivate* d_ptr;
Parses the xml response when requesting the catalog xml of a resource.
~ctkXnatResourceCatalogXmlParser()
void parseXml(QList< QVariantMap > &result)
Parses the xml input and extracts the md5 hashes of the resource catalog.
ctkXnatResourceCatalogXmlParser()
void setData(const QByteArray &xmlInput)
Set the xml input for the parser.