javascript attributes getNamedItemNS( )
@March 15, 2008, 1:22 a.m.
getNamedItemNS( ) | Firefox/Netscape/NN 6 IE n/a Chrome/Safari/DOM 2 |
getNamedItemNS("namespaceURI", "localName") | |
Returns a single Attr object with a local name and namespace URI that match the parameter values. |
|
Parameters | |
|
|
Returned Value | |
Reference to one Attr object. If there is no match to the parameter values, the returned value is null. |
Powered by Linode.