Home | All Classes | Grouped Classes | Index | Search

Class CL_DomComment

DOM Comment class. More...

Derived from: CL_DomCharacterData
Derived by: none
Group: Core (XML)

#include <ClanLib/core.h>

Construction:

CL_DomComment

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 '&lt;!--' and ending '--&gt;'. 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.



Questions or comments, write to the
ClanLib mailing list.