public createElement(tagName as String) as Element throws DOMException:
Creates a DOM parser element without a namespace.
New element owned by this document.
document = DomDocument() root = document.createElement("root")