DOMImplementation

abstract class DOMImplementation : JsAny

Exposes the JavaScript DOMImplementation to Kotlin

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun createDocument(namespace: String?, qualifiedName: String, doctype: DocumentType?): XMLDocument
Link copied to clipboard
fun createDocumentType(qualifiedName: String, publicId: String, systemId: String): DocumentType
Link copied to clipboard
Link copied to clipboard