Org.W3c.Dom.INamedNodeMap.RemoveNamedItem Method
Removes a node specified by name.

Syntax

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

Parameters

name
The nodeName of the node to remove.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.W3c.Dom.DOMExceptionNOT_FOUND_ERR: Raised if there is no node named name in this map.

NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.

Remarks

Removes a node specified by name. When this map contains the attributes attached to an element, if the removed attribute is known to have a default value, an attribute immediately appears containing the default value as well as the corresponding namespace URI, local name, and prefix when applicable.

[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