public createElementNS(namespaceURI as String, qualifiedName as String) as Element throws DOMException:
Creates a DOM parser element with an optional namespace.
New element owned by this document.
document = DomDocument()
root = document.createElementNS("urn:demo", "demo:root")