bool hasAttributeNS(String? namespaceUri, String name) { return getAttributeNS(namespaceUri, name) != null; }