DOMImplementation

abstract external class DOMImplementation

Exposes the JavaScript DOMImplementation to Kotlin

Constructors

DOMImplementation
Link copied to clipboard
JS
fun DOMImplementation()

Functions

createDocument
Link copied to clipboard
JS
fun createDocument(namespace: String?, qualifiedName: String, doctype: DocumentType? = definedExternally): XMLDocument
createDocumentType
Link copied to clipboard
JS
fun createDocumentType(qualifiedName: String, publicId: String, systemId: String): DocumentType
createHTMLDocument
Link copied to clipboard
JS
fun createHTMLDocument(title: String = definedExternally): Document
hasFeature
Link copied to clipboard
JS
fun hasFeature(): Boolean