Qt 4.8
|
#include <QtCore/qstring.h>
Go to the source code of this file.
Classes | |
class | QDomAttr |
The QDomAttr class represents one attribute of a QDomElement. More... | |
class | QDomCDATASection |
The QDomCDATASection class represents an XML CDATA section. More... | |
class | QDomCharacterData |
The QDomCharacterData class represents a generic string in the DOM. More... | |
class | QDomComment |
The QDomComment class represents an XML comment. More... | |
class | QDomDocument |
The QDomDocument class represents an XML document. More... | |
class | QDomDocumentFragment |
The QDomDocumentFragment class is a tree of QDomNodes which is not usually a complete QDomDocument. More... | |
class | QDomDocumentType |
The QDomDocumentType class is the representation of the DTD in the document tree. More... | |
class | QDomElement |
The QDomElement class represents one element in the DOM tree. More... | |
class | QDomEntity |
The QDomEntity class represents an XML entity. More... | |
class | QDomEntityReference |
The QDomEntityReference class represents an XML entity reference. More... | |
class | QDomImplementation |
The QDomImplementation class provides information about the features of the DOM implementation. More... | |
class | QDomNamedNodeMap |
The QDomNamedNodeMap class contains a collection of nodes that can be accessed by name. More... | |
class | QDomNode |
The QDomNode class is the base class for all the nodes in a DOM tree. More... | |
class | QDomNodeList |
The QDomNodeList class is a list of QDomNode objects. More... | |
class | QDomNotation |
The QDomNotation class represents an XML notation. More... | |
class | QDomProcessingInstruction |
The QDomProcessingInstruction class represents an XML processing instruction. More... | |
class | QDomText |
The QDomText class represents text data in the parsed XML document. More... | |
|
related |