toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
DOMImplementation
DOMImplementation
abstract
class
DOMImplementation
:
JsAny
Exposes the JavaScript
DOMImplementation
to Kotlin
Members
Constructors
DOMImplementation
Link copied to clipboard
constructor
(
)
Functions
create
Document
Link copied to clipboard
fun
createDocument
(
namespace
:
String
?
,
qualifiedName
:
String
,
doctype
:
DocumentType
?
)
:
XMLDocument
create
Document
Type
Link copied to clipboard
fun
createDocumentType
(
qualifiedName
:
String
,
publicId
:
String
,
systemId
:
String
)
:
DocumentType
create
HTMLDocument
Link copied to clipboard
fun
createHTMLDocument
(
title
:
String
)
:
Document
has
Feature
Link copied to clipboard
fun
hasFeature
(
)
:
Boolean