appendChild

Add a new single TreeNode to this TreeNode

Return

this TreeNode for chaining calls


fun appendChild(name: String, attributes: List<T> = listOf()): TreeNode<T>

Add a new single TreeNode to this TreeNode.

A node with no attributes is called "empty node".

Return

this TreeNode for chaining calls