DOMImplementation
Constructors
<init>
Exposes the JavaScript DOMImplementation to Kotlin
DOMImplementation()
Functions
createDocument
fun createDocument(
namespace: String?,
qualifiedName: String,
doctype: DocumentType? = definedExternally
): XMLDocument
createDocumentType
fun createDocumentType(
qualifiedName: String,
publicId: String,
systemId: String
): DocumentType
createHTMLDocument
fun createHTMLDocument(
title: String = definedExternally
): Document
hasFeature
fun hasFeature(): Boolean