static boolean isClosingTag(S token) { ret token.startsWith("") && isLetter(token.charAt(2)); }