IDLffXMLDOMElement::GetAttributeNode

The IDLffXMLDOMElement::GetAttributeNode function method creates an IDLffXMLDOMAttr object and returns its object reference.

Syntax

Result = Obj->[IDLffXMLDOMElement::]GetAttributeNode( Name )

Return Value

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.

Arguments

Name

A scalar string used to specify the attribute node to get.

Keywords

None

Version History

6.1

Introduced