static void web_removeNodes(Collection l) { if (l != null) for (WebNode n : l) web_removeNode(n); }