783784785786787788789790791792793
} } for (Node n = template.getFirstChild(); n != null; n = n.getNextSibling()) { clone.appendChild(n.cloneNode(true)); } return clone; } /**