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
ElementDetector(const QByteArray &pXmlData)
Definition: ElementDetector.cpp:16
A simple template renderer.
Definition: ActivationContext.h:15