11#include <QXmlStreamReader>
26 virtual bool handleFoundElement(
const QString& pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes) = 0;
Definition: ElementDetector.h:17
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:21
virtual bool handleFoundElement(const QString &pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes)=0
const QByteArray mXmlData
Definition: ElementDetector.h:22
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16