|
IDL Reference Guide: File Format Object Classes |
|
The IDLffXMLDOMDocument::CreateElement function method creates an element node that is owned by the document and sets the element's name to a tag name.
Result = Obj->[IDLffXMLDOMDocument::]CreateElement( TagName )
Returns an object reference to the new IDLffXMLDOMElement node.
A scalar string that contains the name of the element.
None
IDL Online Help (March 06, 2007)