emptyNodes

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

Add named children with empty attributes to this node

Return

the names quantity for convenience and later use


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

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

Return

names size for convenience and later use