12 #include <QSharedPointer> 13 #include <QXmlStreamReader> 22 PaosType mDetectedType;
23 QSharedPointer<PaosMessage> mParsedObject;
30 virtual bool handleFoundElement(
const QString& pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes)
override;
QSharedPointer< PaosMessage > getPaosMessage() const
Definition: PaosHandler.cpp:148
Definition: PaosMessage.h:18
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
PaosHandler(const QByteArray &pXmlData)
Definition: PaosHandler.cpp:18
PaosType getDetectedPaosType() const
Definition: PaosHandler.cpp:142
Definition: PaosHandler.h:18
Definition: ElementDetector.h:16