NamedNodeMap.RemoveNamedItem Method |
Removes the specified node from the NamedNodeMap.
[VBScript] Public Function Item( _ ByVal name As String _ ) As Node
[JScript] public function Item( name : String ) : Node;
The Node removed from this NamedNodeMap or a null if a matching node is not found.