getAttributeNodeNS method

Attr? getAttributeNodeNS(
  1. String? namespace,
  2. String localName
)

Implementation

Attr? getAttributeNodeNS(String? namespace, String localName) =>
    js_util.callMethod(this, 'getAttributeNodeNS', [namespace, localName]);