XMLElement.GetAttributeNode Method
Gets an XML attribute node of the attribute specified by Name, by Index position, or by URI and Name. Returns an XMLAttribute.
Syntax
XMLElement.GetAttributeNode Name
XMLElement.GetAttributeNode Index
XMLElement.GetAttributeNode URI
Parameters | |
Name |
|
Index |
|
URI |
Index is zero-based.