1 #ifndef QTSCRIPTSHELL_QXMLSIMPLEREADER_H
2 #define QTSCRIPTSHELL_QXMLSIMPLEREADER_H
6 #include <QtScript/qscriptvalue.h>
19 bool feature(
const QString& name,
bool* ok = 0)
const;
23 bool parse(
const QXmlInputSource& input);
24 bool parse(
const QXmlInputSource* input);
25 bool parse(
const QXmlInputSource* input,
bool incremental);
27 void*
property(
const QString& name,
bool* ok = 0)
const;
33 void setFeature(
const QString& name,
bool value);
40 #endif // QTSCRIPTSHELL_QXMLSIMPLEREADER_H