DOMImplementation

abstract external class DOMImplementation

Exposes the JavaScript DOMImplementation to Kotlin

Constructors

DOMImplementation
Link copied to clipboard
fun DOMImplementation()

Functions

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