The string value contains all of the characters between
* the starting '<!--' and ending '-->'.
*/
class CDOM_EXPORT IDOM_Comment: public IDOM_CharacterData {
protected:
IDOM_Comment() {};
IDOM_Comment(const IDOM_Comment &other) {};
IDOM_Comment & operator = (const IDOM_Comment &other) {return *this;};
public:
virtual ~IDOM_Comment() {};
};
#endif