Element createElementNS(String? namespaceUri, String? tag) { if (namespaceUri == '') namespaceUri = null; return Element._(tag, namespaceUri); }