1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266
|
#include <PythonQt.h>
#include <QObject>
#include <QVariant>
#include <qbytearray.h>
#include <qiodevice.h>
#include <qlist.h>
#include <qtextcodec.h>
#include <qvector.h>
#include <qxmlstream.h>
class PythonQtWrapper_QXmlStreamAttribute : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamAttribute* new_QXmlStreamAttribute();
QXmlStreamAttribute* new_QXmlStreamAttribute(const QString& namespaceUri, const QString& name, const QString& value);
QXmlStreamAttribute* new_QXmlStreamAttribute(const QString& qualifiedName, const QString& value);
QXmlStreamAttribute* new_QXmlStreamAttribute(const QXmlStreamAttribute& arg__1);
void delete_QXmlStreamAttribute(QXmlStreamAttribute* obj) { delete obj; }
bool isDefault(QXmlStreamAttribute* theWrappedObject) const;
QStringRef name(QXmlStreamAttribute* theWrappedObject) const;
QStringRef namespaceUri(QXmlStreamAttribute* theWrappedObject) const;
bool __ne__(QXmlStreamAttribute* theWrappedObject, const QXmlStreamAttribute& other) const;
bool __eq__(QXmlStreamAttribute* theWrappedObject, const QXmlStreamAttribute& other) const;
QStringRef prefix(QXmlStreamAttribute* theWrappedObject) const;
QStringRef qualifiedName(QXmlStreamAttribute* theWrappedObject) const;
QStringRef value(QXmlStreamAttribute* theWrappedObject) const;
};
class PythonQtWrapper_QXmlStreamAttributes : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamAttributes* new_QXmlStreamAttributes();
QXmlStreamAttributes* new_QXmlStreamAttributes(const QXmlStreamAttributes& other) {
QXmlStreamAttributes* a = new QXmlStreamAttributes();
*((QXmlStreamAttributes*)a) = other;
return a; }
void delete_QXmlStreamAttributes(QXmlStreamAttributes* obj) { delete obj; }
void append(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& value);
void append(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName, const QString& value);
void append(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& attribute);
const QXmlStreamAttribute* at(QXmlStreamAttributes* theWrappedObject, int i) const;
int capacity(QXmlStreamAttributes* theWrappedObject) const;
void clear(QXmlStreamAttributes* theWrappedObject);
bool contains(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
int count(QXmlStreamAttributes* theWrappedObject) const;
int count(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
bool empty(QXmlStreamAttributes* theWrappedObject) const;
bool endsWith(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
QVector<QXmlStreamAttribute >* fill(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int size);
const QXmlStreamAttribute* first(QXmlStreamAttributes* theWrappedObject) const;
QVector<QXmlStreamAttribute > static_QXmlStreamAttributes_fromList(const QList<QXmlStreamAttribute >& list);
bool hasAttribute(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name) const;
bool hasAttribute(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName) const;
int indexOf(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int from) const;
bool isEmpty(QXmlStreamAttributes* theWrappedObject) const;
bool isSharedWith(QXmlStreamAttributes* theWrappedObject, const QVector<QXmlStreamAttribute >& other) const;
const QXmlStreamAttribute* last(QXmlStreamAttributes* theWrappedObject) const;
int lastIndexOf(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int from) const;
QVector<QXmlStreamAttribute > mid(QXmlStreamAttributes* theWrappedObject, int pos, int length) const;
bool __ne__(QXmlStreamAttributes* theWrappedObject, const QVector<QXmlStreamAttribute >& v) const;
bool __eq__(QXmlStreamAttributes* theWrappedObject, const QVector<QXmlStreamAttribute >& v) const;
void prepend(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t);
void remove(QXmlStreamAttributes* theWrappedObject, int i);
void remove(QXmlStreamAttributes* theWrappedObject, int i, int n);
void replace(QXmlStreamAttributes* theWrappedObject, int i, const QXmlStreamAttribute& t);
void reserve(QXmlStreamAttributes* theWrappedObject, int size);
void resize(QXmlStreamAttributes* theWrappedObject, int size);
void setSharable(QXmlStreamAttributes* theWrappedObject, bool sharable);
int size(QXmlStreamAttributes* theWrappedObject) const;
void squeeze(QXmlStreamAttributes* theWrappedObject);
bool startsWith(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
void swap(QXmlStreamAttributes* theWrappedObject, QVector<QXmlStreamAttribute >& other);
QList<QXmlStreamAttribute > toList(QXmlStreamAttributes* theWrappedObject) const;
QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name) const;
QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName) const;
};
class PythonQtWrapper_QXmlStreamEntityDeclaration : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamEntityDeclaration* new_QXmlStreamEntityDeclaration();
QXmlStreamEntityDeclaration* new_QXmlStreamEntityDeclaration(const QXmlStreamEntityDeclaration& arg__1);
void delete_QXmlStreamEntityDeclaration(QXmlStreamEntityDeclaration* obj) { delete obj; }
QStringRef name(QXmlStreamEntityDeclaration* theWrappedObject) const;
QStringRef notationName(QXmlStreamEntityDeclaration* theWrappedObject) const;
bool __ne__(QXmlStreamEntityDeclaration* theWrappedObject, const QXmlStreamEntityDeclaration& other) const;
bool __eq__(QXmlStreamEntityDeclaration* theWrappedObject, const QXmlStreamEntityDeclaration& other) const;
QStringRef publicId(QXmlStreamEntityDeclaration* theWrappedObject) const;
QStringRef systemId(QXmlStreamEntityDeclaration* theWrappedObject) const;
QStringRef value(QXmlStreamEntityDeclaration* theWrappedObject) const;
};
class PythonQtWrapper_QXmlStreamNamespaceDeclaration : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamNamespaceDeclaration* new_QXmlStreamNamespaceDeclaration();
QXmlStreamNamespaceDeclaration* new_QXmlStreamNamespaceDeclaration(const QString& prefix, const QString& namespaceUri);
QXmlStreamNamespaceDeclaration* new_QXmlStreamNamespaceDeclaration(const QXmlStreamNamespaceDeclaration& arg__1);
void delete_QXmlStreamNamespaceDeclaration(QXmlStreamNamespaceDeclaration* obj) { delete obj; }
QStringRef namespaceUri(QXmlStreamNamespaceDeclaration* theWrappedObject) const;
bool __ne__(QXmlStreamNamespaceDeclaration* theWrappedObject, const QXmlStreamNamespaceDeclaration& other) const;
bool __eq__(QXmlStreamNamespaceDeclaration* theWrappedObject, const QXmlStreamNamespaceDeclaration& other) const;
QStringRef prefix(QXmlStreamNamespaceDeclaration* theWrappedObject) const;
};
class PythonQtWrapper_QXmlStreamNotationDeclaration : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamNotationDeclaration* new_QXmlStreamNotationDeclaration();
QXmlStreamNotationDeclaration* new_QXmlStreamNotationDeclaration(const QXmlStreamNotationDeclaration& arg__1);
void delete_QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration* obj) { delete obj; }
QStringRef name(QXmlStreamNotationDeclaration* theWrappedObject) const;
bool __ne__(QXmlStreamNotationDeclaration* theWrappedObject, const QXmlStreamNotationDeclaration& other) const;
bool __eq__(QXmlStreamNotationDeclaration* theWrappedObject, const QXmlStreamNotationDeclaration& other) const;
QStringRef publicId(QXmlStreamNotationDeclaration* theWrappedObject) const;
QStringRef systemId(QXmlStreamNotationDeclaration* theWrappedObject) const;
};
class PythonQtWrapper_QXmlStreamReader : public QObject
{ Q_OBJECT
public:
Q_ENUMS(Error TokenType ReadElementTextBehaviour )
enum Error{
NoError = QXmlStreamReader::NoError, UnexpectedElementError = QXmlStreamReader::UnexpectedElementError, CustomError = QXmlStreamReader::CustomError, NotWellFormedError = QXmlStreamReader::NotWellFormedError, PrematureEndOfDocumentError = QXmlStreamReader::PrematureEndOfDocumentError};
enum TokenType{
NoToken = QXmlStreamReader::NoToken, Invalid = QXmlStreamReader::Invalid, StartDocument = QXmlStreamReader::StartDocument, EndDocument = QXmlStreamReader::EndDocument, StartElement = QXmlStreamReader::StartElement, EndElement = QXmlStreamReader::EndElement, Characters = QXmlStreamReader::Characters, Comment = QXmlStreamReader::Comment, DTD = QXmlStreamReader::DTD, EntityReference = QXmlStreamReader::EntityReference, ProcessingInstruction = QXmlStreamReader::ProcessingInstruction};
enum ReadElementTextBehaviour{
ErrorOnUnexpectedElement = QXmlStreamReader::ErrorOnUnexpectedElement, IncludeChildElements = QXmlStreamReader::IncludeChildElements, SkipChildElements = QXmlStreamReader::SkipChildElements};
public slots:
QXmlStreamReader* new_QXmlStreamReader();
QXmlStreamReader* new_QXmlStreamReader(QIODevice* device);
QXmlStreamReader* new_QXmlStreamReader(const QByteArray& data);
QXmlStreamReader* new_QXmlStreamReader(const QString& data);
void delete_QXmlStreamReader(QXmlStreamReader* obj) { delete obj; }
void addData(QXmlStreamReader* theWrappedObject, const QByteArray& data);
void addData(QXmlStreamReader* theWrappedObject, const QString& data);
void addExtraNamespaceDeclaration(QXmlStreamReader* theWrappedObject, const QXmlStreamNamespaceDeclaration& extraNamespaceDeclaraction);
void addExtraNamespaceDeclarations(QXmlStreamReader* theWrappedObject, const QVector<QXmlStreamNamespaceDeclaration >& extraNamespaceDeclaractions);
bool atEnd(QXmlStreamReader* theWrappedObject) const;
QXmlStreamAttributes attributes(QXmlStreamReader* theWrappedObject) const;
qint64 characterOffset(QXmlStreamReader* theWrappedObject) const;
void clear(QXmlStreamReader* theWrappedObject);
qint64 columnNumber(QXmlStreamReader* theWrappedObject) const;
QIODevice* device(QXmlStreamReader* theWrappedObject) const;
QStringRef documentEncoding(QXmlStreamReader* theWrappedObject) const;
QStringRef documentVersion(QXmlStreamReader* theWrappedObject) const;
QStringRef dtdName(QXmlStreamReader* theWrappedObject) const;
QStringRef dtdPublicId(QXmlStreamReader* theWrappedObject) const;
QStringRef dtdSystemId(QXmlStreamReader* theWrappedObject) const;
QVector<QXmlStreamEntityDeclaration > entityDeclarations(QXmlStreamReader* theWrappedObject) const;
QXmlStreamEntityResolver* entityResolver(QXmlStreamReader* theWrappedObject) const;
QXmlStreamReader::Error error(QXmlStreamReader* theWrappedObject) const;
QString errorString(QXmlStreamReader* theWrappedObject) const;
bool hasError(QXmlStreamReader* theWrappedObject) const;
bool isCDATA(QXmlStreamReader* theWrappedObject) const;
bool isCharacters(QXmlStreamReader* theWrappedObject) const;
bool isComment(QXmlStreamReader* theWrappedObject) const;
bool isDTD(QXmlStreamReader* theWrappedObject) const;
bool isEndDocument(QXmlStreamReader* theWrappedObject) const;
bool isEndElement(QXmlStreamReader* theWrappedObject) const;
bool isEntityReference(QXmlStreamReader* theWrappedObject) const;
bool isProcessingInstruction(QXmlStreamReader* theWrappedObject) const;
bool isStandaloneDocument(QXmlStreamReader* theWrappedObject) const;
bool isStartDocument(QXmlStreamReader* theWrappedObject) const;
bool isStartElement(QXmlStreamReader* theWrappedObject) const;
bool isWhitespace(QXmlStreamReader* theWrappedObject) const;
qint64 lineNumber(QXmlStreamReader* theWrappedObject) const;
QStringRef name(QXmlStreamReader* theWrappedObject) const;
QVector<QXmlStreamNamespaceDeclaration > namespaceDeclarations(QXmlStreamReader* theWrappedObject) const;
bool namespaceProcessing(QXmlStreamReader* theWrappedObject) const;
QStringRef namespaceUri(QXmlStreamReader* theWrappedObject) const;
QVector<QXmlStreamNotationDeclaration > notationDeclarations(QXmlStreamReader* theWrappedObject) const;
QStringRef prefix(QXmlStreamReader* theWrappedObject) const;
QStringRef processingInstructionData(QXmlStreamReader* theWrappedObject) const;
QStringRef processingInstructionTarget(QXmlStreamReader* theWrappedObject) const;
QStringRef qualifiedName(QXmlStreamReader* theWrappedObject) const;
void raiseError(QXmlStreamReader* theWrappedObject, const QString& message = QString());
QString readElementText(QXmlStreamReader* theWrappedObject);
QString readElementText(QXmlStreamReader* theWrappedObject, QXmlStreamReader::ReadElementTextBehaviour behaviour);
QXmlStreamReader::TokenType readNext(QXmlStreamReader* theWrappedObject);
bool readNextStartElement(QXmlStreamReader* theWrappedObject);
void setDevice(QXmlStreamReader* theWrappedObject, QIODevice* device);
void setEntityResolver(QXmlStreamReader* theWrappedObject, QXmlStreamEntityResolver* resolver);
void setNamespaceProcessing(QXmlStreamReader* theWrappedObject, bool arg__1);
void skipCurrentElement(QXmlStreamReader* theWrappedObject);
QStringRef text(QXmlStreamReader* theWrappedObject) const;
QString tokenString(QXmlStreamReader* theWrappedObject) const;
QXmlStreamReader::TokenType tokenType(QXmlStreamReader* theWrappedObject) const;
};
class PythonQtWrapper_QXmlStreamWriter : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamWriter* new_QXmlStreamWriter();
QXmlStreamWriter* new_QXmlStreamWriter(QByteArray* array);
QXmlStreamWriter* new_QXmlStreamWriter(QIODevice* device);
void delete_QXmlStreamWriter(QXmlStreamWriter* obj) { delete obj; }
bool autoFormatting(QXmlStreamWriter* theWrappedObject) const;
int autoFormattingIndent(QXmlStreamWriter* theWrappedObject) const;
QTextCodec* codec(QXmlStreamWriter* theWrappedObject) const;
QIODevice* device(QXmlStreamWriter* theWrappedObject) const;
bool hasError(QXmlStreamWriter* theWrappedObject) const;
void setAutoFormatting(QXmlStreamWriter* theWrappedObject, bool arg__1);
void setAutoFormattingIndent(QXmlStreamWriter* theWrappedObject, int spacesOrTabs);
void setCodec(QXmlStreamWriter* theWrappedObject, QTextCodec* codec);
void setCodec(QXmlStreamWriter* theWrappedObject, const char* codecName);
void setDevice(QXmlStreamWriter* theWrappedObject, QIODevice* device);
void writeAttribute(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& value);
void writeAttribute(QXmlStreamWriter* theWrappedObject, const QString& qualifiedName, const QString& value);
void writeAttribute(QXmlStreamWriter* theWrappedObject, const QXmlStreamAttribute& attribute);
void writeAttributes(QXmlStreamWriter* theWrappedObject, const QXmlStreamAttributes& attributes);
void writeCDATA(QXmlStreamWriter* theWrappedObject, const QString& text);
void writeCharacters(QXmlStreamWriter* theWrappedObject, const QString& text);
void writeComment(QXmlStreamWriter* theWrappedObject, const QString& text);
void writeCurrentToken(QXmlStreamWriter* theWrappedObject, const QXmlStreamReader& reader);
void writeDTD(QXmlStreamWriter* theWrappedObject, const QString& dtd);
void writeDefaultNamespace(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri);
void writeEmptyElement(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& name);
void writeEmptyElement(QXmlStreamWriter* theWrappedObject, const QString& qualifiedName);
void writeEndDocument(QXmlStreamWriter* theWrappedObject);
void writeEndElement(QXmlStreamWriter* theWrappedObject);
void writeEntityReference(QXmlStreamWriter* theWrappedObject, const QString& name);
void writeNamespace(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& prefix = QString());
void writeProcessingInstruction(QXmlStreamWriter* theWrappedObject, const QString& target, const QString& data = QString());
void writeStartDocument(QXmlStreamWriter* theWrappedObject);
void writeStartDocument(QXmlStreamWriter* theWrappedObject, const QString& version);
void writeStartDocument(QXmlStreamWriter* theWrappedObject, const QString& version, bool standalone);
void writeStartElement(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& name);
void writeStartElement(QXmlStreamWriter* theWrappedObject, const QString& qualifiedName);
void writeTextElement(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& text);
void writeTextElement(QXmlStreamWriter* theWrappedObject, const QString& qualifiedName, const QString& text);
};
|