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

Home

Readme
Download
Installation
Build

API Docs
Samples
Schema

FAQs
Programming
Migration

Releases
Bug-Reporting
Feedback

Y2K Compliance
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  

IDOM_Comment Class Reference

Class to refer to XML comment nodes in the DOM. More...

#include <IDOM_Comment.hpp>

Inheritance diagram for IDOM_Comment

Inheritance graph
[legend]
Collaboration diagram for IDOM_Comment:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual ~IDOM_Comment ()

Protected Methods

 IDOM_Comment ()
 IDOM_Comment (const IDOM_Comment &other)
IDOM_Comment& operator= (const IDOM_Comment &other)

Detailed Description

Class to refer to XML comment nodes in the DOM.

The string value contains all of the characters between the starting '&lt;!--' and ending '--&gt;'.


Constructor & Destructor Documentation

IDOM_Comment::IDOM_Comment ( ) [protected]
 

IDOM_Comment::IDOM_Comment ( const IDOM_Comment & other ) [protected]
 

IDOM_Comment::~IDOM_Comment ( ) [virtual]
 


Member Function Documentation

IDOM_Comment & IDOM_Comment::operator= ( const IDOM_Comment & other ) [protected]
 


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


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