Org.W3c.Dom.IElement.GetAttributeNode Method
Retrieves an attribute node by name.

Syntax

[Android.Runtime.Register("getAttributeNode", "(Ljava/lang/String;)Lorg/w3c/dom/Attr;", "GetGetAttributeNode_Ljava_lang_String_Handler:Org.W3c.Dom.IElementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IAttr GetAttributeNode (string name)

Parameters

name
The name (nodeName) of the attribute to retrieve.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieves an attribute node by name.

To retrieve an attribute node by qualified name and namespace URI, use the getAttributeNodeNS method.

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1