emptyNodes

fun emptyNodes(name1: String, vararg names: String): Int

Add empty nodes (nodes with no attributes) to current Root context.

Return

the names quantity for convenience and later use


fun emptyNodes(names: List<String>): Int

Add empty nodes (nodes with no attributes) to current, Root context.

Return

names size for convenience and later use