static WebNode web_firstNode(Web web) { ret web == null ? null : first(web.nodes); }