DOMImplementation

JS
1.1
abstract class DOMImplementation
(source)

Exposes the JavaScript DOMImplementation to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript DOMImplementation to Kotlin

DOMImplementation ( )

Functions

JS
1.1

createDocument

fun createDocument (
namespace : String ? ,
qualifiedName : String ,
doctype : DocumentType ? = definedExternally
) : XMLDocument
JS
1.1

createDocumentType

fun createDocumentType (
qualifiedName : String ,
publicId : String ,
systemId : String
) : DocumentType
JS
1.1

createHTMLDocument

fun createHTMLDocument (
title : String = definedExternally
) : Document
JS
1.1

hasFeature

fun hasFeature ( ) : Boolean