public getNamedItem(name as String) as Node
Returns a node by its qualified name.
name
Matching node, or null.
idAttr = attributes.getNamedItem("id")