TreeWalker
Constructors
<init>
Exposes the JavaScript TreeWalker to Kotlin
TreeWalker()Properties
currentNode
open var currentNode: Nodefilter
open val filter: NodeFilter?whatToShow
open val whatToShow: IntFunctions
firstChild
fun firstChild(): Node?nextSibling
fun nextSibling(): Node?parentNode
fun parentNode(): Node?previousNode
fun previousNode(): Node?previousSibling
fun previousSibling(): Node?