|
IDL Reference Guide: File Format Object Classes |
|
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
IDL Online Help (March 06, 2007)