Home | All Classes | Grouped Classes | Index | Search
DOM Comment class. More...
Derived from:
CL_DomCharacterData
Derived by:
none
Group: Core (XML)
#include <ClanLib/core.h>
Construction:
Constructs a DOM Comment handle. |
Detailed description:
!group=Core/XML! !header=core.h!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.