Gets the first child of this node
with the given name.
Syntax
Reference_Syntax.namedItem( STRING param )
Parameters
param
|
A valid string representing the name of
this node.
|
Returns
An
object representing the first child of this node with the given
name.
|
|
|