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