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

jsMain.web.dom.TreeWalker.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.dom

import js.core.JsLong

sealed external class TreeWalker {
    var currentNode: Node
    val filter: NodeFilter?
    val root: Node
    val whatToShow: JsLong
    fun firstChild(): Node?
    fun lastChild(): Node?
    fun nextNode(): Node?
    fun nextSibling(): Node?
    fun parentNode(): Node?
    fun previousNode(): Node?
    fun previousSibling(): Node?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy