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>
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 152 of file dom_text.cpp.
| Comment::Comment | ( | const Comment & | other | ) |
Definition at line 156 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 180 of file dom_text.cpp.
| Comment::Comment | ( | CommentImpl * | i | ) | [protected] |
Definition at line 184 of file dom_text.cpp.
Member Function Documentation
Reimplemented from DOM::CharacterData.
Definition at line 174 of file dom_text.cpp.
Reimplemented from DOM::CharacterData.
Definition at line 160 of file dom_text.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference