DOMNamedNodeMap::getNamedItem
(No version information available, might be only in CVS)
DOMNamedNodeMap::getNamedItem — Retrieves a node specified by name
Descrierea
Retrieves a node specified by its nodeName.
Parametri
- name
-
The nodeName of the node to retrieve.
Valorile întroarse
A node (of any type) with the specified nodeName, or NULL if no node is found.
DOMNamedNodeMap::getNamedItem
There are no user contributed notes for this page.
