kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
DOMImplementation
/
createDocument
create
Document
JS
fun
createDocument
(
namespace
:
String
?
,
qualifiedName
:
String
,
doctype
:
DocumentType
?
=
definedExternally
)
:
XMLDocument