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
qdom.h File Reference

(de0230467c1f658232b101a99e62d68992173592)

#include <QtXml/qtxmlglobal.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qdom.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QDomImplementation
 \reentrant More...
 
class  QDomNode
 \reentrant More...
 
class  QDomNodeList
 \reentrant More...
 
class  QDomDocumentType
 \reentrant More...
 
class  QDomDocument
 \reentrant More...
 
struct  QDomDocument::ParseResult
 The struct is used to store the result of QDomDocument::setContent(). More...
 
class  QDomNamedNodeMap
 \reentrant More...
 
class  QDomDocumentFragment
 \reentrant More...
 
class  QDomCharacterData
 \reentrant More...
 
class  QDomAttr
 \reentrant More...
 
class  QDomElement
 \reentrant More...
 
class  QDomText
 \reentrant More...
 
class  QDomComment
 \reentrant More...
 
class  QDomCDATASection
 \reentrant More...
 
class  QDomNotation
 \reentrant More...
 
class  QDomEntity
 \reentrant More...
 
class  QDomEntityReference
 \reentrant More...
 
class  QDomProcessingInstruction
 \reentrant More...
 

Function Documentation

◆ operator<<()

Q_XML_EXPORT QTextStream & operator<< ( QTextStream & stream,
const QDomNode & node )
related