Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
IDOM_CDATASection Class ReferenceDOM_CDataSection objects refer to the data from an XML CDATA section.
More...
#include <IDOM_CDATASection.hpp>
Inheritance diagram for IDOM_CDATASection
[legend]Collaboration diagram for IDOM_CDATASection:
[legend]List of all members.
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:
|