User Tools

Site Tools


DzDomCDATASection

Represents a Document Object Model (DOM) “CDATA Section”.

More...

Inherits :

Detailed Description

A script wrapper for QDomCDATASection. This object represents a “CDATA Section” 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.

Instances of this object are not constructed directly, rather they are returned by calling DzDomDocument::createCDATASection().