static Web oneNodeWeb(S text) { Web web = simpleWeb(); web.newNode(text); ret web; }