KHTML
DOM::Comment Class Reference
This represents the content of a comment, i.e., all the characters between the starting '<!--
' and ending ' -->
'.
More...
#include <dom_text.h>
Inheritance diagram for DOM::Comment:
Public Member Functions | |
Comment (const Node &other) | |
Comment (const Comment &other) | |
Comment () | |
Comment & | operator= (const Comment &other) |
Comment & | operator= (const Node &other) |
~Comment () | |
Protected Member Functions | |
Comment (CommentImpl *i) |
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.
Constructor & Destructor Documentation
Comment::Comment | ( | ) |
Definition at line 151 of file dom_text.cpp.
Comment::Comment | ( | const Comment & | other | ) |
Definition at line 155 of file dom_text.cpp.
DOM::Comment::Comment | ( | const Node & | other | ) | [inline] |
Definition at line 231 of file dom_text.h.
Comment::~Comment | ( | ) |
Definition at line 179 of file dom_text.cpp.
Comment::Comment | ( | CommentImpl * | i | ) | [protected] |
Definition at line 183 of file dom_text.cpp.
Member Function Documentation
Definition at line 173 of file dom_text.cpp.
The documentation for this class was generated from the following files: