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
6.1 |
Introduced |