static L webs_search_dollarX(Web searchWeb, Collection webs) { new L> mappings; for (Web web : webs) addIfNotNull(mappings, web_matchAllPerms_x(searchWeb, web, f nodeMatch_dollarVars)); ret getFromAll(mappings, web_findNode(searchWeb, "$X")); }