DzDomCDATASection Class Reference
[DOM and XML Objects]

DAZ Script DOM CDATA Section node. More...

Inheritance diagram for DzDomCDATASection:

DzDomText DzDomCharacterData DzDomNode List of all members.

Constructors

 DzDomCDATASection ()

Detailed Description

DAZ Script DOM CDATA Section node.

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.


Constructor & Destructor Documentation

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.


Generated on Thu Sep 24 12:21:11 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.