DOMImplementation

abstract external class DOMImplementation

Exposes the JavaScript DOMImplementation to Kotlin

Constructors

Link copied to clipboard

Functions

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