val children: List<Node>
Get all node child nodes.
Because of performance issues, using method is more preferred.
fun children(): Sequence<Node>
Loop over all node child nodes.