An XML element using the Qt XML module. More...
#include <QtXmlNode.h>


Public Member Functions | |
| virtual void | appendChild (const XmlNode &child) |
| Appends a child element to the element. More... | |
| QtXmlNode (const QtXmlNode &) | |
| The copy constructor. More... | |
Protected Member Functions | |
| QtXmlNode () | |
| The default constructor. More... | |
| virtual | ~QtXmlNode () |
| The destructor. More... | |
Protected Attributes | |
| QDomNode | m_node |
| The DOM node wrapped by this object. More... | |
Friends | |
| class | QtXmlDocument |
An XML element using the Qt XML module.
Definition at line 35 of file QtXmlNode.h.
|
protected |
The default constructor.
Definition at line 25 of file QtXmlNode.cxx.
|
protectedvirtual |
The destructor.
Definition at line 30 of file QtXmlNode.cxx.
The copy constructor.
Definition at line 19 of file QtXmlNode.cxx.
|
virtual |
Appends a child element to the element.
Implements XmlNode.
Definition at line 34 of file QtXmlNode.cxx.
References QDomNode::appendChild(), and QtXmlNode::m_node.
|
friend |
Definition at line 53 of file QtXmlNode.h.
|
protected |
The DOM node wrapped by this object.
Definition at line 41 of file QtXmlNode.h.
Referenced by QtXmlDocument::appendChild(), QtXmlNode::appendChild(), QtXmlElement::QtXmlElement(), and QtXmlTextNode::QtXmlTextNode().