|
IDL Reference Guide: File Format Object Classes |
|
The IDLffXMLDOMDocument::CreateCDATASection function method creates a CDATASection node that is owned by the document and stores a string in the CDATASection node.
Result = Obj->[IDLffXMLDOMDocument::]CreateCDATASection( String )
Returns an object reference to the new IDLffXMLDOMCDATASection node.
A scalar string to put in the new CDATASection node.
None
IDL Online Help (March 06, 2007)