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