The IDLffXMLDOMElement::GetAttributeNode function method creates an IDLffXMLDOMAttr object and returns its object reference.
Result = Obj->[IDLffXMLDOMElement::]GetAttributeNode( Name )
Returns an object reference to the IDLffXMLDOMAttr object. The object refers to the attribute node specified by name. If this node does not exist, this function returns a null object reference.
A scalar string used to specify the attribute node to get.
None
6.1 |
Introduced |