![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
while (!xml.atEnd()) | |
if (xml.hasError()) | |
writeStartElement (qualifiedName) | |
[0] | |
writeCharacters (text) | |
writeEndElement () | |
writeStartElement (namespaceUri, name) | |
[1] | |
Variables | |
QXmlStreamReader | xml |
[0] | |
if | ( | xml. | hasError() | ) |
Definition at line 11 of file src_corelib_xml_qxmlstream.cpp.
while | ( | !xml. | atEnd() | ) |
Definition at line 7 of file src_corelib_xml_qxmlstream.cpp.
References xml.
writeCharacters | ( | text | ) |
writeEndElement | ( | ) |
writeStartElement | ( | namespaceUri | , |
name | |||
) |
[1]
[2]
writeStartElement | ( | qualifiedName | ) |
[0]
[1]
QXmlStreamReader xml |
[0]
Definition at line 5 of file src_corelib_xml_qxmlstream.cpp.
Referenced by addFunction(), QDBusMetaObject::createMetaObject(), DocAppend(), QSvgHandler::errorString(), generateInterfaceXml(), QSvgHandler::lineNumber(), QMimeBinaryProvider::loadMimeTypePrivate(), main(), QSvgHandler::ok(), QDBusIntrospection::parseInterface(), QDBusIntrospection::parseInterfaces(), QDBusIntrospection::parseObject(), qDBusGenerateClassDefXml(), qDBusGenerateMetaObjectXml(), and while().