static Web web_nodesToNewWeb(Collection nodes) { Web w = web_similarEmptyWeb(node.web); web_addNodesToWeb(nodes, w); ret w; }