#include <DOMComment.hpp>
Inheritance diagram for DOMComment:
Public Member Functions | |
Destructor | |
virtual | ~DOMComment () |
Protected Member Functions | |
Hidden constructors | |
DOMComment () | |
Private Member Functions | |
Unimplemented constructors and operators | |
DOMComment (const DOMComment &) | |
DOMComment & | operator= (const DOMComment &) |
CharacterData
and represents the content of a comment, i.e., all the characters between the starting ' <!--
' and ending '-->
'. See also the Document Object Model (DOM) Level 2 Core Specification.
Definition at line 79 of file DOMComment.hpp.
DOMComment::DOMComment | ( | ) | [inline, protected] |
Definition at line 86 of file DOMComment.hpp.
DOMComment::DOMComment | ( | const DOMComment & | ) | [private] |
virtual DOMComment::~DOMComment | ( | ) | [inline, virtual] |
Destructor
Definition at line 109 of file DOMComment.hpp.
DOMComment& DOMComment::operator= | ( | const DOMComment & | ) | [private] |