static bool web_nodesContainText(Collection l, S text) { if (l != null) for (WebNode n : l) if (web_hasText(n, text)) true; false; }