statc Set allTagNames(S html) { ret allTagNames(htmlTok(html)); } statc Set allTagNames(LS htmlTok) { ret asCISet(dropStartingWith("/", map getTag(codeTokens(htmlTok)))); }