|
IDL Reference Guide: File Format Object Classes |
|
The IDLffXMLDOMDocument::CreateAttribute function method creates and names an attribute node that is owned by the document. The new attribute can be set in an Element node with the IDLffXMLDOMElement::SetAttributeNode method.
Result = Obj->[IDLffXMLDOMDocument::]CreateAttribute( Name )
Returns an object reference to the new IDLffXMLDOMAttr node.
A scalar string containing the attribute name.
None
IDL Online Help (March 06, 2007)