Inheritance diagram for DzDomCDATASection:
Constructors | |
DzDomCDATASection () |
Represents a CDATA Section node in a DOM document. CDATA Sections can contain special characters that would otherwise be interpreted as part of the markup language. This provides a way for embedding text that contains special characters without the need for escaping all those characters.
DzDomCDATASection::DzDomCDATASection | ( | ) |
Default constructor. Typically, you will not construct these directly, but will call DzDomDocument::createCDATASection() to create a new CDATA node as a member of a document.