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