#include <DomComment.h>
Inherits xmldom::DomCharacterData.
Inheritance diagram for xmldom::DomComment:

DomCharacterData and represents the content of a comment, i.e., all the characters between the starting '<!--' and ending '-->'.
Public Member Functions | |
| DomComment () | |
| ctor | |
| DomComment (const DomComment ©) | |
| copy ctor | |
| virtual | ~DomComment () |
| dtor | |
| const DomComment & | operator= (const DomComment &assign) |
| assign | |
| xmldom::DomComment::DomComment | ( | ) |
ctor
| xmldom::DomComment::DomComment | ( | const DomComment & | copy | ) |
copy ctor
| xmldom::DomComment::~DomComment | ( | ) | [virtual] |
dtor
| const DomComment & xmldom::DomComment::operator= | ( | const DomComment & | assign | ) |
assign
1.5.2