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. | |
QtXmlNode (const QtXmlNode &) | |
The copy constructor. | |
Protected Member Functions | |
QtXmlNode () | |
The default constructor. | |
virtual | ~QtXmlNode () |
The destructor. | |
Protected Attributes | |
QDomNode | m_node |
The DOM node wrapped by this object. | |
Friends | |
class | QtXmlDocument |
An XML element using the Qt XML module.
Definition at line 35 of file QtXmlNode.h.
QtXmlNode | ( | ) | [protected] |
The default constructor.
Definition at line 25 of file QtXmlNode.cxx.
~QtXmlNode | ( | ) | [protected, virtual] |
The destructor.
Definition at line 30 of file QtXmlNode.cxx.
The copy constructor.
Definition at line 19 of file QtXmlNode.cxx.
void appendChild | ( | const XmlNode & | child | ) | [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 class QtXmlDocument [friend] |
Reimplemented in QtXmlElement, and QtXmlTextNode.
Definition at line 53 of file QtXmlNode.h.
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().