type golang.org/x/net/html.TokenType

10 uses

	golang.org/x/net/html (current package)
		parse.go#L2254: func (p *parser) parseImpliedToken(t TokenType, dataAtom a.Atom, data string) {
		token.go#L18: type TokenType uint32
		token.go#L22: 	ErrorToken TokenType = iota
		token.go#L41: func (t TokenType) String() string {
		token.go#L77: 	Type     TokenType
		token.go#L131: 	tt TokenType
		token.go#L663: func (z *Tokenizer) readMarkupDeclaration() TokenType {
		token.go#L778: func (z *Tokenizer) readStartTag() TokenType {
		token.go#L950: func (z *Tokenizer) Next() TokenType {
		token.go#L994: 		var tokenType TokenType