DOMImplementation
Exposes the JavaScript DOMImplementation to Kotlin
Constructors
DOMImplementation
Link copied to clipboard
Functions
create Document
Link copied to clipboard
fun createDocument(namespace: String?, qualifiedName: String, doctype: DocumentType? = definedExternally): XMLDocument
Content copied to clipboard
create Document Type
Link copied to clipboard
fun createDocumentType(qualifiedName: String, publicId: String, systemId: String): DocumentType
Content copied to clipboard
create HTMLDocument
Link copied to clipboard
has Feature
Link copied to clipboard