xmldom::DomComment Class Reference

#include <DomComment.h>

Inherits xmldom::DomCharacterData.

Inheritance diagram for xmldom::DomComment:

Inheritance graph
[legend]
List of all members.

Detailed Description

This interface inherits from DomCharacterData and represents the content of a comment, i.e., all the characters between the starting '<!--' and ending '-->'.

See also:
More Informations About the DOM 3 standard.


Public Member Functions

 DomComment ()
 ctor
 DomComment (const DomComment &copy)
 copy ctor
virtual ~DomComment ()
 dtor
const DomCommentoperator= (const DomComment &assign)
 assign


Constructor & Destructor Documentation

xmldom::DomComment::DomComment (  ) 

ctor

xmldom::DomComment::DomComment ( const DomComment copy  ) 

copy ctor

xmldom::DomComment::~DomComment (  )  [virtual]

dtor


Member Function Documentation

const DomComment & xmldom::DomComment::operator= ( const DomComment assign  ) 

assign


The documentation for this class was generated from the following files:
Generated on Fri May 30 11:15:10 2008 for XMLDOM by  doxygen 1.5.2