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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |