DOMNamedNodeMap->getNamedItem()
HREF="function.dom-domimplementation-hasfeature.html"> HREF="function.dom-domnamednodemap-getnameditemns.html">
След.
(no version information, might be only in CVS)DOMNamedNodeMap->getNamedItem() -- Retrieves a node specified by name
DOMNode getNamedItem ( string name )
}
- Retrieves a node specified by its nodeName.
-
name - The nodeName of the node to retrieve.
- The nodeName of the node to retrieve.
- A node (of any type) with the specified nodeName, or NULL if no node is found.
Пред.
Начало
DOMImplementation->hasFeature()
Уровень выше
DOMNamedNodeMap->getNamedItemNS() 22222