Home | History | Annotate | Download | only in front-end

Lines Matching refs:tokenType

104             this.tokenType = null;
107 this.tokenType = this._attrValueTokenType();
168 { this.tokenType = "html-comment"; return cursor; }
176 { this.tokenType = null; return cursor; }
201 { this.tokenType = "html-comment"; return cursor; }
224 { this.tokenType = "html-doctype"; return cursor; }
230 { this.tokenType = null; return cursor; }
234 { this.tokenType = "html-doctype"; return cursor; }
265 { this.tokenType = null; return cursor; }
291 { this.tokenType = null; return cursor; }
311 this.tokenType = null;
316 this.tokenType = "html-tag";
371 { this.tokenType = "html-doctype"; return cursor; }
389 { this.tokenType = "html-comment"; return cursor; }
395 { this.tokenType = "html-comment"; return cursor; }
416 this.tokenType = "html-tag";
445 this.tokenType = "html-tag";
467 { this.tokenType = null; return cursor; }
526 this.tokenType = null;
531 this.tokenType = "html-tag";
544 this.tokenType = "html-attribute-name";
546 this.tokenType = this._attrValueTokenType();
548 this.tokenType = null;
553 { this.tokenType = null; return cursor; }
567 this.tokenType = null;
576 this.tokenType = null;
581 this.tokenType = "html-tag";