static Symbol web_sym(WebNode node) { ret node == null ? null : symbol(node.text()); }