NamedNodeMap.SetNamedItem Method |
Adds a Node using its Name attribute.
[VBScript] Public Function Item( _ ByVal node As Node _ ) As Node
[JScript] public function Item( node : Node ) : Node;
If the new Node replaces an existing node the replaced Node is returned, otherwise null.