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