Element.GetAttributeNode Method |
Returns the Attribute with the specified name.
[VBScript] Public Function GetAttributeNode( _ ByVal name As String _ ) As Attribute
[JScript] public function GetAttributeNode( ByVal name As String _ ) : Attribute;
The specified Attribute or a null reference if a matching attribute was not found.