1 #ifndef QTSCRIPTSHELL_QXMLREADER_H
2 #define QTSCRIPTSHELL_QXMLREADER_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 void*
property(
const QString& name,
bool* ok = 0)
const;
31 void setFeature(
const QString& name,
bool value);
38 #endif // QTSCRIPTSHELL_QXMLREADER_H