Home | History | Annotate | Download | only in html

Lines Matching defs:token

135       HtmlToken token = lexer.next();
136 switch (token.type) {
139 Encoding.decodeHtml(html.substring(token.start, token.end)));
143 html.substring(token.start, token.end)));
146 if (html.charAt(token.start + 1) == '/') { // A close tag.
148 html.substring(token.start + 2, token.end)));
187 html.substring(token.start + 1, token.end)),