Adds a Node using its Name attribute.

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

Parameters

node
The zero-based index or the name of the element to get.

Return Value

If the new Node replaces an existing node the replaced Node is returned, otherwise null.

See Also

NamedNodeMap Object | NamedNodeMap Members | DOM Namespace