#include "PythonQtWrapper_QXmlStreamReader.h" #include #include #include #include #include #include #include #include QXmlStreamReader* PythonQtWrapper_QXmlStreamReader::new_QXmlStreamReader() { return new QXmlStreamReader(); } QXmlStreamReader* PythonQtWrapper_QXmlStreamReader::new_QXmlStreamReader(QIODevice* device) { return new QXmlStreamReader(device); } QXmlStreamReader* PythonQtWrapper_QXmlStreamReader::new_QXmlStreamReader(const QByteArray& data) { return new QXmlStreamReader(data); } QXmlStreamReader* PythonQtWrapper_QXmlStreamReader::new_QXmlStreamReader(const QString& data) { return new QXmlStreamReader(data); } QStringRef PythonQtWrapper_QXmlStreamReader::qualifiedName(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->qualifiedName()); } void PythonQtWrapper_QXmlStreamReader::setDevice(QXmlStreamReader* theWrappedObject, QIODevice* device) { ( theWrappedObject->setDevice(device)); } QStringRef PythonQtWrapper_QXmlStreamReader::dtdName(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->dtdName()); } bool PythonQtWrapper_QXmlStreamReader::isProcessingInstruction(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isProcessingInstruction()); } bool PythonQtWrapper_QXmlStreamReader::isEndElement(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isEndElement()); } bool PythonQtWrapper_QXmlStreamReader::isStandaloneDocument(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isStandaloneDocument()); } QStringRef PythonQtWrapper_QXmlStreamReader::dtdPublicId(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->dtdPublicId()); } QXmlStreamReader::Error PythonQtWrapper_QXmlStreamReader::error(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->error()); } bool PythonQtWrapper_QXmlStreamReader::isEntityReference(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isEntityReference()); } QXmlStreamEntityResolver* PythonQtWrapper_QXmlStreamReader::entityResolver(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->entityResolver()); } bool PythonQtWrapper_QXmlStreamReader::isCDATA(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isCDATA()); } QStringRef PythonQtWrapper_QXmlStreamReader::documentEncoding(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->documentEncoding()); } QXmlStreamAttributes PythonQtWrapper_QXmlStreamReader::attributes(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->attributes()); } QStringRef PythonQtWrapper_QXmlStreamReader::documentVersion(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->documentVersion()); } qint64 PythonQtWrapper_QXmlStreamReader::lineNumber(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->lineNumber()); } QVector PythonQtWrapper_QXmlStreamReader::namespaceDeclarations(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->namespaceDeclarations()); } QXmlStreamReader::TokenType PythonQtWrapper_QXmlStreamReader::tokenType(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->tokenType()); } void PythonQtWrapper_QXmlStreamReader::setNamespaceProcessing(QXmlStreamReader* theWrappedObject, bool arg__1) { ( theWrappedObject->setNamespaceProcessing(arg__1)); } QStringRef PythonQtWrapper_QXmlStreamReader::namespaceUri(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->namespaceUri()); } QStringRef PythonQtWrapper_QXmlStreamReader::text(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->text()); } void PythonQtWrapper_QXmlStreamReader::addData(QXmlStreamReader* theWrappedObject, const QString& data) { ( theWrappedObject->addData(data)); } bool PythonQtWrapper_QXmlStreamReader::hasError(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->hasError()); } bool PythonQtWrapper_QXmlStreamReader::isDTD(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isDTD()); } QString PythonQtWrapper_QXmlStreamReader::readElementText(QXmlStreamReader* theWrappedObject) { return ( theWrappedObject->readElementText()); } bool PythonQtWrapper_QXmlStreamReader::isEndDocument(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isEndDocument()); } bool PythonQtWrapper_QXmlStreamReader::isStartDocument(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isStartDocument()); } void PythonQtWrapper_QXmlStreamReader::addData(QXmlStreamReader* theWrappedObject, const QByteArray& data) { ( theWrappedObject->addData(data)); } QVector PythonQtWrapper_QXmlStreamReader::notationDeclarations(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->notationDeclarations()); } QStringRef PythonQtWrapper_QXmlStreamReader::processingInstructionTarget(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->processingInstructionTarget()); } QString PythonQtWrapper_QXmlStreamReader::tokenString(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->tokenString()); } void PythonQtWrapper_QXmlStreamReader::setEntityResolver(QXmlStreamReader* theWrappedObject, QXmlStreamEntityResolver* resolver) { ( theWrappedObject->setEntityResolver(resolver)); } void PythonQtWrapper_QXmlStreamReader::addExtraNamespaceDeclarations(QXmlStreamReader* theWrappedObject, const QVector& extraNamespaceDeclaractions) { ( theWrappedObject->addExtraNamespaceDeclarations(extraNamespaceDeclaractions)); } QIODevice* PythonQtWrapper_QXmlStreamReader::device(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->device()); } void PythonQtWrapper_QXmlStreamReader::addExtraNamespaceDeclaration(QXmlStreamReader* theWrappedObject, const QXmlStreamNamespaceDeclaration& extraNamespaceDeclaraction) { ( theWrappedObject->addExtraNamespaceDeclaration(extraNamespaceDeclaraction)); } bool PythonQtWrapper_QXmlStreamReader::atEnd(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->atEnd()); } bool PythonQtWrapper_QXmlStreamReader::isWhitespace(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isWhitespace()); } QStringRef PythonQtWrapper_QXmlStreamReader::dtdSystemId(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->dtdSystemId()); } QStringRef PythonQtWrapper_QXmlStreamReader::processingInstructionData(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->processingInstructionData()); } void PythonQtWrapper_QXmlStreamReader::clear(QXmlStreamReader* theWrappedObject) { ( theWrappedObject->clear()); } QString PythonQtWrapper_QXmlStreamReader::errorString(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->errorString()); } qint64 PythonQtWrapper_QXmlStreamReader::columnNumber(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->columnNumber()); } bool PythonQtWrapper_QXmlStreamReader::isStartElement(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isStartElement()); } void PythonQtWrapper_QXmlStreamReader::raiseError(QXmlStreamReader* theWrappedObject, const QString& message) { ( theWrappedObject->raiseError(message)); } QStringRef PythonQtWrapper_QXmlStreamReader::prefix(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->prefix()); } QXmlStreamReader::TokenType PythonQtWrapper_QXmlStreamReader::readNext(QXmlStreamReader* theWrappedObject) { return ( theWrappedObject->readNext()); } bool PythonQtWrapper_QXmlStreamReader::isComment(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isComment()); } bool PythonQtWrapper_QXmlStreamReader::isCharacters(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->isCharacters()); } bool PythonQtWrapper_QXmlStreamReader::namespaceProcessing(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->namespaceProcessing()); } QVector PythonQtWrapper_QXmlStreamReader::entityDeclarations(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->entityDeclarations()); } QStringRef PythonQtWrapper_QXmlStreamReader::name(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->name()); } qint64 PythonQtWrapper_QXmlStreamReader::characterOffset(QXmlStreamReader* theWrappedObject) const { return ( theWrappedObject->characterOffset()); }