golang.org/x/net/html.Tokenizer.attr (field)
14 uses
golang.org/x/net/html (current package)
token.go#L158: attr [][2]span
token.go#L262: for i := range z.attr {
token.go#L263: z.attr[i][0].start -= x
token.go#L264: z.attr[i][0].end -= x
token.go#L265: z.attr[i][1].start -= x
token.go#L266: z.attr[i][1].end -= x
token.go#L817: z.attr = z.attr[:0]
token.go#L834: z.attr = append(z.attr, z.pendingAttr)
token.go#L1146: return lower(s), z.nAttrReturned < len(z.attr)
token.go#L1156: if z.nAttrReturned < len(z.attr) {
token.go#L1159: x := z.attr[z.nAttrReturned]
token.go#L1163: return lower(key), unescape(convertNewlines(val), true), z.nAttrReturned < len(z.attr)
![]() |
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. |