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