Element createElementNS(String? namespace, String qualifiedName, [dynamic options]) => js_util.callMethod( this, 'createElementNS', [namespace, qualifiedName, options]);