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