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_CDATASection Class Reference

DOM_CDataSection objects refer to the data from an XML CDATA section. More...

#include <IDOM_CDATASection.hpp>

Inheritance diagram for IDOM_CDATASection

Inheritance graph
[legend]
Collaboration diagram for IDOM_CDATASection:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual ~IDOM_CDATASection ()

Protected Methods

 IDOM_CDATASection ()
 IDOM_CDATASection (const IDOM_CDATASection &other)
IDOM_CDATASection& operator= (const IDOM_CDATASection &other)

Detailed Description

DOM_CDataSection objects refer to the data from an XML CDATA section.

These are used to escape blocks of text containing characters that would otherwise be regarded as markup.

Note that the string data associated with the CDATA section may contain characters that need to be escaped when appearing in an XML document outside of a CDATA section.

The IDOM_CDATASection class inherits from the DOM_CharacterData class through the Text interface. Adjacent CDATASection nodes are not merged by use of the Element.normalize() method.


Constructor & Destructor Documentation

IDOM_CDATASection::IDOM_CDATASection ( ) [protected]
 

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

IDOM_CDATASection::~IDOM_CDATASection ( ) [virtual]
 


Member Function Documentation

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


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


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