TreeWalker

JS
1.1
abstract class TreeWalker
(source)

Exposes the JavaScript TreeWalker to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript TreeWalker to Kotlin

TreeWalker ( )

Properties

JS
1.1

currentNode

open var currentNode : Node
JS
1.1

filter

open val filter : NodeFilter ?
JS
1.1

root

open val root : Node
JS
1.1

whatToShow

open val whatToShow : Int

Functions

JS
1.1

firstChild

fun firstChild ( ) : Node ?
JS
1.1

lastChild

fun lastChild ( ) : Node ?
JS
1.1

nextNode

fun nextNode ( ) : Node ?
JS
1.1

nextSibling

fun nextSibling ( ) : Node ?
JS
1.1

parentNode

fun parentNode ( ) : Node ?
JS
1.1

previousNode

fun previousNode ( ) : Node ?
JS
1.1

previousSibling

fun previousSibling ( ) : Node ?