DOM::Comment Class Reference
#include <dom_text.h>
Inheritance diagram for DOM::Comment:

Detailed Description
This represents the content of a comment, i.e., all the characters between the starting '<!--
' and ending ' -->
'.
Note that this is the definition of a comment in XML, and, in practice, HTML, although some HTML tools may implement the full SGML comment structure.
Definition at line 223 of file dom_text.h.
Public Member Functions | |
Comment () | |
Comment (const Comment &other) | |
Comment (const Node &other) | |
Comment & | operator= (const Node &other) |
Comment & | operator= (const Comment &other) |
~Comment () | |
Protected Member Functions | |
Comment (CommentImpl *i) | |
Friends | |
class | Document |
class | TextImpl |
The documentation for this class was generated from the following files: