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