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