static L web_texts(WebNode node) { ret node == null ? new L : node.texts(); } static L web_texts(Collection l) { ret map web_text(l); }