Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

DOM::Comment Class Reference

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

#include <dom_text.h>

Inheritance diagram for DOM::Comment:

DOM::CharacterData DOM::Node List of all members.

Public Methods

 Comment ()
 Comment (const Comment &other)
 Comment (const Node &other)
Comment & operator= (const Node &other)
Comment & operator= (const Comment &other)
 ~Comment ()

Protected Methods

 Comment (CommentImpl *i)

Friends

class Document
class TextImpl

Detailed Description

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.


Constructor & Destructor Documentation

DOM::Comment::Comment  
 

DOM::Comment::Comment const Comment &    other
 

DOM::Comment::Comment const Node   other [inline]
 

DOM::Comment::~Comment  
 

DOM::Comment::Comment CommentImpl *    i [protected]
 


Member Function Documentation

Comment& DOM::Comment::operator= const Node   other
 

Reimplemented from DOM::CharacterData.

Comment& DOM::Comment::operator= const Comment &    other
 


Friends And Related Function Documentation

friend class Document [friend]
 

friend class TextImpl [friend]
 


The documentation for this class was generated from the following file:
Generated on Sat Jan 31 23:28:26 2004 for XPath by doxygen1.2.18