static TreeSet web_fullTextSet(L l) { new TreeSet set; if (l != null) for (WebNode n : l) set.addAll(web_texts(l)); ret set; }