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

String

Index

Integer

URI

String


Index is zero-based.