13#include <QXmlStreamReader>
23 QXmlStreamReader mReader;
28 virtual bool handleFoundElement(QStringView pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes) = 0;
Definition ElementDetector.h:19
bool handleStartElements(const QStringList &pStartElementNames)
Definition ElementDetector.cpp:42
virtual ~ElementDetector()
void detectStartElements(const QStringList &pStartElementNames)
Definition ElementDetector.cpp:25
ElementDetector(const QByteArray &pXmlData)
Definition ElementDetector.cpp:16
virtual bool handleFoundElement(QStringView pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes)=0
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17