void insertChildrenAt(int index, XmlNode[] nodes) { for (int i = 0; i < nodes.length; i++) { insertChildAt(index + i, nodes[i]); } }