TreeElementNode

constructor(type: String, childNodes: List<TreeNode> = emptyList(), attributes: Map<String, String> = emptyMap())