Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_xml_qxmlstream.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

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]
 

Function Documentation

◆ if()

if ( xml. hasError())

Definition at line 11 of file src_corelib_xml_qxmlstream.cpp.

◆ while()

while ( !xml. atEnd())

Definition at line 7 of file src_corelib_xml_qxmlstream.cpp.

References xml.

◆ writeCharacters()

writeCharacters ( text )

◆ writeEndElement()

writeEndElement ( )

◆ writeStartElement() [1/2]

writeStartElement ( namespaceUri ,
name  )

[1]

[2]

◆ writeStartElement() [2/2]

writeStartElement ( qualifiedName )

[0]

[1]

Variable Documentation

◆ xml