getNamedItemNS
The getNamedItemNS()
method of the NamedNodeMap interface returns the Attr corresponding to the given local name in the given namespace, or null
if there is no corresponding attribute.
The getNamedItemNS()
method of the NamedNodeMap interface returns the Attr corresponding to the given local name in the given namespace, or null
if there is no corresponding attribute.