Removes the specified node from the NamedNodeMap.

[VBScript]
Public Function Item( _
   ByVal name As String _
) As Node
[JScript]
public function Item(
   name : String
) : Node;

Parameters

name
The name of the node to remove.

Return Value

The Node removed from this NamedNodeMap or a null if a matching node is not found.

See Also

NamedNodeMap Object | NamedNodeMap Members | DOM Namespace