static WebRelation web_relationToNodeNamed(WebNode a, S b) { for (WebNode n : web_forwardRelated(a)) if (web_hasText(n, b)) ret n; null; }