Loading TOC...

NamedNodeMap functions

The table below lists all the NamedNodeMap built-in functions (in this namespace: NamedNodeMap).

A DOM named node map.

2 functions
Function name Description
NamedNodeMap.getNamedItem Return the named node, if it exists in the map.
NamedNodeMap.getNamedItemNS Return the node with the given localname and namespace URI, if it exists in the map.