xmlutil
Toggle table of contents
0.91.3
Native
Common
JS
JVM
Target filter
Native
Common
JS
JVM
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil.dom
/
createElementNS
create
Element
NS
Native
Common
JS
JVM
actual
fun
Document
.
createElementNS
(
namespaceURI
:
String
,
qualifiedName
:
String
)
:
Element
expect
fun
Document
.
createElementNS
(
namespaceURI
:
String
,
qualifiedName
:
String
)
:
Element
actual
fun
Document
.
createElementNS
(
namespaceURI
:
String
,
qualifiedName
:
String
)
:
Element
actual
fun
Document
.
createElementNS
(
namespaceURI
:
String
,
qualifiedName
:
String
)
:
Element