DOMParser

open external class DOMParser(source)

Exposes the JavaScript DOMParser to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun parseFromString(str: String, type: dynamic): Document
Since Kotlin 1.1