Qt 4.7: QDomNode Class Reference
QDomNode Class Reference
The QDomNode class is the base class for all the nodes in a DOM tree. More...
#include <QDomNode>
Inherited by: QDomAttr, QDomCharacterData, QDomDocument, QDomDocumentFragment, QDomDocumentType, QDomElement, QDomEntity, QDomEntityReference, QDomNotation, and QDomProcessingInstruction.
Note: All functions in this class are reentrant.
Public Types
enum EncodingPolicy { EncodingFromDocument, EncodingFromTextStream } enum NodeType { ElementNode, AttributeNode, TextNode, CDATASectionNode, ..., CharacterDataNode } Public Functions