The methods of the NamedNodeMap object are listed here. For a complete list of NamedNodeMap object members, see the NamedNodeMap Members topic.

Public Methods

public method GetNamedItem Retrieves a Node specified by name.
public method Item Gets the element at the specified index.
public method RemoveNamedItem Removes the specified node from the NamedNodeMap.
public method SetNamedItem Adds a Node using its Name attribute.

See Also

NamedNodeMap Object | DOM Namespace