static boolean isEmptyTag(S token, S tag) { ret token.endsWith("/>") && isTag(token, tag); }