DekGenius.com
Team LiB   Previous Section   Next Section
NamedNodeMap.getNamedItem( ) look up a node by name

Availability

DOM Level 1 Core

Synopsis

Node getNamedItem(String name);

Arguments

name

The value of the nodeName property of the node to look up.

Returns

The named node, or null if no node with that name was found.

    Team LiB   Previous Section   Next Section