All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dom.DocumentFragment.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom

import dom.html.HTMLElement

abstract external class DocumentFragment :
    Node,
    NonElementParentNode,
    ParentNode {
    override val ownerDocument: Document
    override fun getElementById(elementId: String): HTMLElement?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy