getChildNodesByType

open fun <N : Node?> getChildNodesByType(clazz: Class<N>): List<N>(source)

Deprecated

use findAll but be aware that findAll also considers the initial node.

Recursively finds all nodes of a certain type.

Parameters

clazz

the type of node to find.