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