The NamedNodeMap.getNamedItem()
method returns the Attr
corresponding to the given name, or null if there is no corresponding attribute.
myAttr = attrs.getNamedItem(name)
name
is the name of the desired attribute
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/NamedNodeMap/getNamedItem