getAttributeNodeNS

fun getAttributeNodeNS(namespace: String?, localName: String): Attr?(source)

The getAttributeNodeNS() method of the Element interface returns the namespaced Attr node of an element.

MDN Reference