Main Page   Class Hierarchy   Compound List   File List   Compound Members  

IDOM_CDATASection Class Reference

Inheritance diagram for IDOM_CDATASection:

IDOM_Text IDOM_CharacterData IDOM_Node List of all members.

Protected Methods

 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.


The documentation for this class was generated from the following file:
Generated on Tue Nov 19 09:36:41 2002 by doxygen1.3-rc1