Org.W3c.Dom.INamedNodeMap.GetNamedItem Method
Retrieves a node specified by name.

Syntax

[Android.Runtime.Register("getNamedItem", "(Ljava/lang/String;)Lorg/w3c/dom/Node;", "GetGetNamedItem_Ljava_lang_String_Handler:Org.W3c.Dom.INamedNodeMapInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public INode GetNamedItem (string name)

Parameters

name
The nodeName of a node to retrieve.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieves a node specified by name.

[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