DOMNamedNodeMap->getNamedItem()

(no version information, might be only in CVS)

DOMNamedNodeMap->getNamedItem() --  Retrieves a node specified by name

Beschreibung

class DOMNamedNodeMap {

DOMNode getNamedItem ( string name )

}

Retrieves a node specified by its nodeName.

Parameter Liste

name

The nodeName of the node to retrieve.

Rückgabewerte

A node (of any type) with the specified nodeName, or NULL if no node is found.

Siehe auch

DOMNamedNodeMap->getNamedItemNS()

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:57:14