http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DOMComment Class Reference

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

Inheritance diagram for DOMComment:

Inheritance graph
[legend]
Collaboration diagram for DOMComment:

Collaboration graph
[legend]
List of all members.

Public Methods

Destructor
virtual ~DOMComment ()
 Destructor. More...


Protected Methods

Hidden constructors
 DOMComment ()

Detailed Description

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

See also the Document Object Model (DOM) Level 2 Core Specification.

Since:
DOM Level 1


Constructor & Destructor Documentation

DOMComment::DOMComment   [protected]
 

virtual DOMComment::~DOMComment   [virtual]
 

Destructor.


The documentation for this class was generated from the following file:


Copyright © 2004 The Apache Software Foundation. All Rights Reserved.