DOMImplementation

abstract external class DOMImplementation(source)

Exposes the JavaScript DOMImplementation to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor()

Functions

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