10 #include <QStringList> 11 #include <QXmlStreamReader> 27 virtual bool handleFoundElement(
const QString& pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes) = 0;
void detectStartElements(const QStringList &pStartElementNames)
Definition: ElementDetector.cpp:28
ElementDetector(const QByteArray &pXmlData)
Definition: ElementDetector.cpp:16
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
virtual bool handleFoundElement(const QString &pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes)=0
virtual ~ElementDetector()
Definition: ElementDetector.cpp:23
const QByteArray mXmlData
Definition: ElementDetector.h:23
Definition: ElementDetector.h:16
QXmlStreamReader mReader
Definition: ElementDetector.h:22
void handleStartElements(const QStringList &pStartElementNames)
Definition: ElementDetector.cpp:45