getNodesByType

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

Deprecated

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