IDLffXMLDOMDocument::CreateCDATASection

The IDLffXMLDOMDocument::CreateCDATASection function method creates a CDATASection node that is owned by the document and stores a string in the CDATASection node.

Syntax

Result = Obj->[IDLffXMLDOMDocument::]CreateCDATASection( String )

Return Value

Returns an object reference to the new IDLffXMLDOMCDATASection node.

Arguments

String

A scalar string to put in the new CDATASection node.

Keywords

None

Version History

6.1

Introduced