#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 |
Definition at line 35 of file QtXmlNode.h.
| QtXmlNode | ( | ) | [protected] |
| ~QtXmlNode | ( | ) | [protected, virtual] |
| 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] |
The DOM node wrapped by this object.
Definition at line 41 of file QtXmlNode.h.
Referenced by QtXmlNode::appendChild(), QtXmlDocument::appendChild(), QtXmlElement::QtXmlElement(), and QtXmlTextNode::QtXmlTextNode().