The IDLffXMLDOMCDATASection object is used to escape blocks of text containing characters that would otherwise be regarded as markup. The only delimiter that is recognized in a CDATA section is the “]]>” string that ends the CDATA section. CDATA sections cannot be nested. The primary purpose is for including material such as XML fragments without needing to escape all the delimiters.

There are no methods specific to this class except Cleanup and Init.

Superclasses


IDLffXMLDOMNode

IDLffXMLDOMCharacterData

IDLffXMLDOMText

Creation


See IDLffXMLDOMCDATASection::Init.

Properties


Objects of this class have no properties of their own, but do have properties inherited from any superclasses.

Methods


This class has the following methods:

In addition, this class inherits the methods of any superclasses.

Version History


6.1

Introduced