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