getChildren



abstract fun getChildren(role: String?): Iterable<INode>

Deprecated

use IChildLink instead of String

Returns children of this node for the given role.

Return

iterable over the child nodes

Parameters

role

the desired role