#include <qdom.h>

Public Member Functions |
|
| QDomComment () | |
| QDomComment (const QDomComment &x) | |
| QDomComment & | operator= (const QDomComment &) |
| QDomNode::NodeType | nodeType () const |
Friends |
|
| class | QDomDocument |
| class | QDomNode |
| QDomComment | ( | ) |
| QDomComment | ( | const QDomComment & | x | ) |
| QDomComment& operator= | ( | const QDomComment & | ) |
| QDomNode::NodeType nodeType | ( | ) | const [inline] |
Reimplemented from QDomCharacterData.
Definition at line 563 of file qdom.h.
{ return CommentNode; }
friend class QDomDocument
[friend] |
Reimplemented from QDomCharacterData.
friend class QDomNode [friend] |
Reimplemented from QDomCharacterData.