QtBase  v6.3.1
Functions | Variables
src_corelib_xml_qxmlstream.cpp File Reference

Go to the source code of this file.

Functions

 while (!xml.atEnd())
 
 if (xml.hasError())
 
 writeStartElement (qualifiedName)
 [0] More...
 
 writeCharacters (text)
 
 writeEndElement ()
 
 writeStartElement (namespaceUri, name)
 [1] More...
 

Variables

QXmlStreamReader xml
 [0] More...
 

Function Documentation

◆ if()

if ( xml.  hasError())

Definition at line 58 of file src_corelib_xml_qxmlstream.cpp.

◆ while()

while ( !xml.  atEnd())

Definition at line 54 of file src_corelib_xml_qxmlstream.cpp.

Here is the call graph for this function:

◆ writeCharacters()

writeCharacters ( text  )

◆ writeEndElement()

writeEndElement ( )

◆ writeStartElement() [1/2]

writeStartElement ( namespaceUri  ,
name   
)

[1]

[2]

◆ writeStartElement() [2/2]

writeStartElement ( qualifiedName  )

[0]

[1]

Variable Documentation

◆ xml

[0]

Definition at line 52 of file src_corelib_xml_qxmlstream.cpp.