Unicorn XML Toolkit
Version 1.00.00

Namespace Dom
Class IComment

class IComment: virtual public ICharacterData { 
public:
    IComment();
    virtual ~IComment();
    };

The content of a comment.

This class implements the C++ binding for the Comment interface specified by DOM.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
IComment ();
����������Constructs the comment.
~IComment ();
����������Destroys the comment.

Constructor/Destructor Detail

IComment

IComment();

Constructs the comment.

~IComment

virtual ~IComment();

Destroys the comment.


Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.