Notation used in Ruby API documentation
Module: QtCore
Description: Binding of QXmlStreamReader
Sub-classes: Error, QFlags_Error, ReadElementTextBehaviour, QFlags_ReadElementTextBehaviour, TokenType, QFlags_TokenType
new QXmlStreamReader | new | Constructor QXmlStreamReader::QXmlStreamReader() | |
new QXmlStreamReader | new | (QIODevice ptr device) | Constructor QXmlStreamReader::QXmlStreamReader(QIODevice *device) |
new QXmlStreamReader | new | (bytes data) | Constructor QXmlStreamReader::QXmlStreamReader(const QByteArray &data) |
new QXmlStreamReader | new | (string data) | Constructor QXmlStreamReader::QXmlStreamReader(const QString &data) |
[const] | QXmlStreamReader ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
void | addData | (bytes data) | Method void QXmlStreamReader::addData(const QByteArray &data) | |
void | addData | (string data) | Method void QXmlStreamReader::addData(const QString &data) | |
void | addExtraNamespaceDeclaration | (const QXmlStreamNamespaceDeclaration extraNamespaceDeclaraction) | Method void QXmlStreamReader::addExtraNamespaceDeclaration(const QXmlStreamNamespaceDeclaration &extraNamespaceDeclaraction) | |
void | addExtraNamespaceDeclarations | (QXmlStreamNamespaceDeclaration[] extraNamespaceDeclaractions) | Method void QXmlStreamReader::addExtraNamespaceDeclarations(const QVector<QXmlStreamNamespaceDeclaration> &extraNamespaceDeclaractions) | |
[const] | bool | atEnd | Method bool QXmlStreamReader::atEnd() | |
[const] | QXmlStreamAttributes | attributes | Method QXmlStreamAttributes QXmlStreamReader::attributes() | |
[const] | long long | characterOffset | Method qint64 QXmlStreamReader::characterOffset() | |
void | clear | Method void QXmlStreamReader::clear() | ||
[const] | long long | columnNumber | Method qint64 QXmlStreamReader::columnNumber() | |
[const] | QIODevice ptr | device | Method QIODevice *QXmlStreamReader::device() | |
void | device= | (QIODevice ptr device) | Method void QXmlStreamReader::setDevice(QIODevice *device) | |
[const] | string | documentEncoding | Method QStringRef QXmlStreamReader::documentEncoding() | |
[const] | string | documentVersion | Method QStringRef QXmlStreamReader::documentVersion() | |
[const] | string | dtdName | Method QStringRef QXmlStreamReader::dtdName() | |
[const] | string | dtdPublicId | Method QStringRef QXmlStreamReader::dtdPublicId() | |
[const] | string | dtdSystemId | Method QStringRef QXmlStreamReader::dtdSystemId() | |
[const] | QXmlStreamEntityDeclaration[] | entityDeclarations | Method QVector<QXmlStreamEntityDeclaration> QXmlStreamReader::entityDeclarations() | |
[const] | QXmlStreamEntityResolver ptr | entityResolver | Method QXmlStreamEntityResolver *QXmlStreamReader::entityResolver() | |
void | entityResolver= | (QXmlStreamEntityResolver ptr resolver) | Method void QXmlStreamReader::setEntityResolver(QXmlStreamEntityResolver *resolver) | |
[const] | QXmlStreamReader_Error | error | Method QXmlStreamReader::Error QXmlStreamReader::error() | |
[const] | string | errorString | Method QString QXmlStreamReader::errorString() | |
[const] | bool | hasError | Method bool QXmlStreamReader::hasError() | |
[const] | bool | isCDATA? | Method bool QXmlStreamReader::isCDATA() | |
[const] | bool | isCharacters? | Method bool QXmlStreamReader::isCharacters() | |
[const] | bool | isComment? | Method bool QXmlStreamReader::isComment() | |
[const] | bool | isDTD? | Method bool QXmlStreamReader::isDTD() | |
[const] | bool | isEndDocument? | Method bool QXmlStreamReader::isEndDocument() | |
[const] | bool | isEndElement? | Method bool QXmlStreamReader::isEndElement() | |
[const] | bool | isEntityReference? | Method bool QXmlStreamReader::isEntityReference() | |
[const] | bool | isProcessingInstruction? | Method bool QXmlStreamReader::isProcessingInstruction() | |
[const] | bool | isStandaloneDocument? | Method bool QXmlStreamReader::isStandaloneDocument() | |
[const] | bool | isStartDocument? | Method bool QXmlStreamReader::isStartDocument() | |
[const] | bool | isStartElement? | Method bool QXmlStreamReader::isStartElement() | |
[const] | bool | isWhitespace? | Method bool QXmlStreamReader::isWhitespace() | |
[const] | long long | lineNumber | Method qint64 QXmlStreamReader::lineNumber() | |
[const] | string | name | Method QStringRef QXmlStreamReader::name() | |
[const] | QXmlStreamNamespaceDeclaration[] | namespaceDeclarations | Method QVector<QXmlStreamNamespaceDeclaration> QXmlStreamReader::namespaceDeclarations() | |
[const] | bool | namespaceProcessing | Method bool QXmlStreamReader::namespaceProcessing() | |
void | namespaceProcessing= | (bool arg1) | Method void QXmlStreamReader::setNamespaceProcessing(bool) | |
[const] | string | namespaceUri | Method QStringRef QXmlStreamReader::namespaceUri() | |
[const] | QXmlStreamNotationDeclaration[] | notationDeclarations | Method QVector<QXmlStreamNotationDeclaration> QXmlStreamReader::notationDeclarations() | |
[const] | string | prefix | Method QStringRef QXmlStreamReader::prefix() | |
[const] | string | processingInstructionData | Method QStringRef QXmlStreamReader::processingInstructionData() | |
[const] | string | processingInstructionTarget | Method QStringRef QXmlStreamReader::processingInstructionTarget() | |
[const] | string | qualifiedName | Method QStringRef QXmlStreamReader::qualifiedName() | |
void | raiseError | (string message = QString()) | Method void QXmlStreamReader::raiseError(const QString &message) | |
string | readElementText | (const QXmlStreamReader_ReadElementTextBehaviour behaviour = QXmlStreamReader::ErrorOnUnexpectedElement) | Method QString QXmlStreamReader::readElementText(QXmlStreamReader::ReadElementTextBehaviour behaviour) | |
QXmlStreamReader_TokenType | readNext | Method QXmlStreamReader::TokenType QXmlStreamReader::readNext() | ||
bool | readNextStartElement | Method bool QXmlStreamReader::readNextStartElement() | ||
void | setDevice | (QIODevice ptr device) | Method void QXmlStreamReader::setDevice(QIODevice *device) | |
void | setEntityResolver | (QXmlStreamEntityResolver ptr resolver) | Method void QXmlStreamReader::setEntityResolver(QXmlStreamEntityResolver *resolver) | |
void | setNamespaceProcessing | (bool arg1) | Method void QXmlStreamReader::setNamespaceProcessing(bool) | |
void | skipCurrentElement | Method void QXmlStreamReader::skipCurrentElement() | ||
[const] | string | text | Method QStringRef QXmlStreamReader::text() | |
[const] | string | tokenString | Method QString QXmlStreamReader::tokenString() | |
[const] | QXmlStreamReader_TokenType | tokenType | Method QXmlStreamReader::TokenType QXmlStreamReader::tokenType() |
[static,const] | QXmlStreamReader_TokenType | Characters | Enum constant QXmlStreamReader::Characters | |
[static,const] | QXmlStreamReader_TokenType | Comment | Enum constant QXmlStreamReader::Comment | |
[static,const] | QXmlStreamReader_Error | CustomError | Enum constant QXmlStreamReader::CustomError | |
[static,const] | QXmlStreamReader_TokenType | DTD | Enum constant QXmlStreamReader::DTD | |
[static,const] | QXmlStreamReader_TokenType | EndDocument | Enum constant QXmlStreamReader::EndDocument | |
[static,const] | QXmlStreamReader_TokenType | EndElement | Enum constant QXmlStreamReader::EndElement | |
[static,const] | QXmlStreamReader_TokenType | EntityReference | Enum constant QXmlStreamReader::EntityReference | |
[static,const] | QXmlStreamReader_ReadElementTextBehaviour | ErrorOnUnexpectedElement | Enum constant QXmlStreamReader::ErrorOnUnexpectedElement | |
[static,const] | QXmlStreamReader_ReadElementTextBehaviour | IncludeChildElements | Enum constant QXmlStreamReader::IncludeChildElements | |
[static,const] | QXmlStreamReader_TokenType | Invalid | Enum constant QXmlStreamReader::Invalid | |
[static,const] | QXmlStreamReader_Error | NoError | Enum constant QXmlStreamReader::NoError | |
[static,const] | QXmlStreamReader_TokenType | NoToken | Enum constant QXmlStreamReader::NoToken | |
[static,const] | QXmlStreamReader_Error | NotWellFormedError | Enum constant QXmlStreamReader::NotWellFormedError | |
[static,const] | QXmlStreamReader_Error | PrematureEndOfDocumentError | Enum constant QXmlStreamReader::PrematureEndOfDocumentError | |
[static,const] | QXmlStreamReader_TokenType | ProcessingInstruction | Enum constant QXmlStreamReader::ProcessingInstruction | |
[static,const] | QXmlStreamReader_ReadElementTextBehaviour | SkipChildElements | Enum constant QXmlStreamReader::SkipChildElements | |
[static,const] | QXmlStreamReader_TokenType | StartDocument | Enum constant QXmlStreamReader::StartDocument | |
[static,const] | QXmlStreamReader_TokenType | StartElement | Enum constant QXmlStreamReader::StartElement | |
[static,const] | QXmlStreamReader_Error | UnexpectedElementError | Enum constant QXmlStreamReader::UnexpectedElementError |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
Characters | Signature: [static,const] QXmlStreamReader_TokenType Characters Description: Enum constant QXmlStreamReader::Characters Python specific notes: |
Comment | Signature: [static,const] QXmlStreamReader_TokenType Comment Description: Enum constant QXmlStreamReader::Comment Python specific notes: |
CustomError | Signature: [static,const] QXmlStreamReader_Error CustomError Description: Enum constant QXmlStreamReader::CustomError Python specific notes: |
DTD | Signature: [static,const] QXmlStreamReader_TokenType DTD Description: Enum constant QXmlStreamReader::DTD Python specific notes: |
EndDocument | Signature: [static,const] QXmlStreamReader_TokenType EndDocument Description: Enum constant QXmlStreamReader::EndDocument Python specific notes: |
EndElement | Signature: [static,const] QXmlStreamReader_TokenType EndElement Description: Enum constant QXmlStreamReader::EndElement Python specific notes: |
EntityReference | Signature: [static,const] QXmlStreamReader_TokenType EntityReference Description: Enum constant QXmlStreamReader::EntityReference Python specific notes: |
ErrorOnUnexpectedElement | Signature: [static,const] QXmlStreamReader_ReadElementTextBehaviour ErrorOnUnexpectedElement Description: Enum constant QXmlStreamReader::ErrorOnUnexpectedElement Python specific notes: |
IncludeChildElements | Signature: [static,const] QXmlStreamReader_ReadElementTextBehaviour IncludeChildElements Description: Enum constant QXmlStreamReader::IncludeChildElements Python specific notes: |
Invalid | Signature: [static,const] QXmlStreamReader_TokenType Invalid Description: Enum constant QXmlStreamReader::Invalid Python specific notes: |
NoError | Signature: [static,const] QXmlStreamReader_Error NoError Description: Enum constant QXmlStreamReader::NoError Python specific notes: |
NoToken | Signature: [static,const] QXmlStreamReader_TokenType NoToken Description: Enum constant QXmlStreamReader::NoToken Python specific notes: |
NotWellFormedError | Signature: [static,const] QXmlStreamReader_Error NotWellFormedError Description: Enum constant QXmlStreamReader::NotWellFormedError Python specific notes: |
PrematureEndOfDocumentError | Signature: [static,const] QXmlStreamReader_Error PrematureEndOfDocumentError Description: Enum constant QXmlStreamReader::PrematureEndOfDocumentError Python specific notes: |
ProcessingInstruction | Signature: [static,const] QXmlStreamReader_TokenType ProcessingInstruction Description: Enum constant QXmlStreamReader::ProcessingInstruction Python specific notes: |
SkipChildElements | Signature: [static,const] QXmlStreamReader_ReadElementTextBehaviour SkipChildElements Description: Enum constant QXmlStreamReader::SkipChildElements Python specific notes: |
StartDocument | Signature: [static,const] QXmlStreamReader_TokenType StartDocument Description: Enum constant QXmlStreamReader::StartDocument Python specific notes: |
StartElement | Signature: [static,const] QXmlStreamReader_TokenType StartElement Description: Enum constant QXmlStreamReader::StartElement Python specific notes: |
UnexpectedElementError | Signature: [static,const] QXmlStreamReader_Error UnexpectedElementError Description: Enum constant QXmlStreamReader::UnexpectedElementError Python specific notes: |
_const_cast | Signature: [const] QXmlStreamReader ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
addData | (1) Signature: void addData (bytes data) Description: Method void QXmlStreamReader::addData(const QByteArray &data) |
(2) Signature: void addData (string data) Description: Method void QXmlStreamReader::addData(const QString &data) | |
addExtraNamespaceDeclaration | Signature: void addExtraNamespaceDeclaration (const QXmlStreamNamespaceDeclaration extraNamespaceDeclaraction) Description: Method void QXmlStreamReader::addExtraNamespaceDeclaration(const QXmlStreamNamespaceDeclaration &extraNamespaceDeclaraction) |
addExtraNamespaceDeclarations | Signature: void addExtraNamespaceDeclarations (QXmlStreamNamespaceDeclaration[] extraNamespaceDeclaractions) Description: Method void QXmlStreamReader::addExtraNamespaceDeclarations(const QVector<QXmlStreamNamespaceDeclaration> &extraNamespaceDeclaractions) |
atEnd | Signature: [const] bool atEnd Description: Method bool QXmlStreamReader::atEnd() |
attributes | Signature: [const] QXmlStreamAttributes attributes Description: Method QXmlStreamAttributes QXmlStreamReader::attributes() |
characterOffset | Signature: [const] long long characterOffset Description: Method qint64 QXmlStreamReader::characterOffset() |
clear | Signature: void clear Description: Method void QXmlStreamReader::clear() |
columnNumber | Signature: [const] long long columnNumber Description: Method qint64 QXmlStreamReader::columnNumber() |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
device | Signature: [const] QIODevice ptr device Description: Method QIODevice *QXmlStreamReader::device() Python specific notes: |
device= | Signature: void device= (QIODevice ptr device) Description: Method void QXmlStreamReader::setDevice(QIODevice *device) Python specific notes: |
documentEncoding | Signature: [const] string documentEncoding Description: Method QStringRef QXmlStreamReader::documentEncoding() |
documentVersion | Signature: [const] string documentVersion Description: Method QStringRef QXmlStreamReader::documentVersion() |
dtdName | Signature: [const] string dtdName Description: Method QStringRef QXmlStreamReader::dtdName() |
dtdPublicId | Signature: [const] string dtdPublicId Description: Method QStringRef QXmlStreamReader::dtdPublicId() |
dtdSystemId | Signature: [const] string dtdSystemId Description: Method QStringRef QXmlStreamReader::dtdSystemId() |
entityDeclarations | Signature: [const] QXmlStreamEntityDeclaration[] entityDeclarations Description: Method QVector<QXmlStreamEntityDeclaration> QXmlStreamReader::entityDeclarations() |
entityResolver | Signature: [const] QXmlStreamEntityResolver ptr entityResolver Description: Method QXmlStreamEntityResolver *QXmlStreamReader::entityResolver() Python specific notes: |
entityResolver= | Signature: void entityResolver= (QXmlStreamEntityResolver ptr resolver) Description: Method void QXmlStreamReader::setEntityResolver(QXmlStreamEntityResolver *resolver) Python specific notes: |
error | Signature: [const] QXmlStreamReader_Error error Description: Method QXmlStreamReader::Error QXmlStreamReader::error() |
errorString | Signature: [const] string errorString Description: Method QString QXmlStreamReader::errorString() |
hasError | Signature: [const] bool hasError Description: Method bool QXmlStreamReader::hasError() |
isCDATA? | Signature: [const] bool isCDATA? Description: Method bool QXmlStreamReader::isCDATA() |
isCharacters? | Signature: [const] bool isCharacters? Description: Method bool QXmlStreamReader::isCharacters() |
isComment? | Signature: [const] bool isComment? Description: Method bool QXmlStreamReader::isComment() |
isDTD? | Signature: [const] bool isDTD? Description: Method bool QXmlStreamReader::isDTD() |
isEndDocument? | Signature: [const] bool isEndDocument? Description: Method bool QXmlStreamReader::isEndDocument() |
isEndElement? | Signature: [const] bool isEndElement? Description: Method bool QXmlStreamReader::isEndElement() |
isEntityReference? | Signature: [const] bool isEntityReference? Description: Method bool QXmlStreamReader::isEntityReference() |
isProcessingInstruction? | Signature: [const] bool isProcessingInstruction? Description: Method bool QXmlStreamReader::isProcessingInstruction() |
isStandaloneDocument? | Signature: [const] bool isStandaloneDocument? Description: Method bool QXmlStreamReader::isStandaloneDocument() |
isStartDocument? | Signature: [const] bool isStartDocument? Description: Method bool QXmlStreamReader::isStartDocument() |
isStartElement? | Signature: [const] bool isStartElement? Description: Method bool QXmlStreamReader::isStartElement() |
isWhitespace? | Signature: [const] bool isWhitespace? Description: Method bool QXmlStreamReader::isWhitespace() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
lineNumber | Signature: [const] long long lineNumber Description: Method qint64 QXmlStreamReader::lineNumber() |
name | Signature: [const] string name Description: Method QStringRef QXmlStreamReader::name() |
namespaceDeclarations | Signature: [const] QXmlStreamNamespaceDeclaration[] namespaceDeclarations Description: Method QVector<QXmlStreamNamespaceDeclaration> QXmlStreamReader::namespaceDeclarations() |
namespaceProcessing | Signature: [const] bool namespaceProcessing Description: Method bool QXmlStreamReader::namespaceProcessing() Python specific notes: |
namespaceProcessing= | Signature: void namespaceProcessing= (bool arg1) Description: Method void QXmlStreamReader::setNamespaceProcessing(bool) Python specific notes: |
namespaceUri | Signature: [const] string namespaceUri Description: Method QStringRef QXmlStreamReader::namespaceUri() |
new | (1) Signature: [static] new QXmlStreamReader new Description: Constructor QXmlStreamReader::QXmlStreamReader() This method creates an object of class QXmlStreamReader. Python specific notes: |
(2) Signature: [static] new QXmlStreamReader new (QIODevice ptr device) Description: Constructor QXmlStreamReader::QXmlStreamReader(QIODevice *device) This method creates an object of class QXmlStreamReader. Python specific notes: | |
(3) Signature: [static] new QXmlStreamReader new (bytes data) Description: Constructor QXmlStreamReader::QXmlStreamReader(const QByteArray &data) This method creates an object of class QXmlStreamReader. Python specific notes: | |
(4) Signature: [static] new QXmlStreamReader new (string data) Description: Constructor QXmlStreamReader::QXmlStreamReader(const QString &data) This method creates an object of class QXmlStreamReader. Python specific notes: | |
notationDeclarations | Signature: [const] QXmlStreamNotationDeclaration[] notationDeclarations Description: Method QVector<QXmlStreamNotationDeclaration> QXmlStreamReader::notationDeclarations() |
prefix | Signature: [const] string prefix Description: Method QStringRef QXmlStreamReader::prefix() |
processingInstructionData | Signature: [const] string processingInstructionData Description: Method QStringRef QXmlStreamReader::processingInstructionData() |
processingInstructionTarget | Signature: [const] string processingInstructionTarget Description: Method QStringRef QXmlStreamReader::processingInstructionTarget() |
qualifiedName | Signature: [const] string qualifiedName Description: Method QStringRef QXmlStreamReader::qualifiedName() |
raiseError | Signature: void raiseError (string message = QString()) Description: Method void QXmlStreamReader::raiseError(const QString &message) |
readElementText | Signature: string readElementText (const QXmlStreamReader_ReadElementTextBehaviour behaviour = QXmlStreamReader::ErrorOnUnexpectedElement) Description: Method QString QXmlStreamReader::readElementText(QXmlStreamReader::ReadElementTextBehaviour behaviour) |
readNext | Signature: QXmlStreamReader_TokenType readNext Description: Method QXmlStreamReader::TokenType QXmlStreamReader::readNext() |
readNextStartElement | Signature: bool readNextStartElement Description: Method bool QXmlStreamReader::readNextStartElement() |
setDevice | Signature: void setDevice (QIODevice ptr device) Description: Method void QXmlStreamReader::setDevice(QIODevice *device) Python specific notes: |
setEntityResolver | Signature: void setEntityResolver (QXmlStreamEntityResolver ptr resolver) Description: Method void QXmlStreamReader::setEntityResolver(QXmlStreamEntityResolver *resolver) Python specific notes: |
setNamespaceProcessing | Signature: void setNamespaceProcessing (bool arg1) Description: Method void QXmlStreamReader::setNamespaceProcessing(bool) Python specific notes: |
skipCurrentElement | Signature: void skipCurrentElement Description: Method void QXmlStreamReader::skipCurrentElement() |
text | Signature: [const] string text Description: Method QStringRef QXmlStreamReader::text() |
tokenString | Signature: [const] string tokenString Description: Method QString QXmlStreamReader::tokenString() |
tokenType | Signature: [const] QXmlStreamReader_TokenType tokenType Description: Method QXmlStreamReader::TokenType QXmlStreamReader::tokenType() |