static void web_setRelationText(Pair<WebNode> p, S text) {
  web_setText(p.a.web.getRelation(p), text);
}