kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
Document
/
createElementNS
create
Element
NS
fun
createElementNS
(
namespace
:
String
?
,
qualifiedName
:
String
)
:
Element
(
source
)
fun
createElementNS
(
namespace
:
String
?
,
qualifiedName
:
String
,
options
:
ElementCreationOptions
)
:
Element
(
source
)