const golang.org/x/net/html/atom.Head
19 uses
golang.org/x/net/html/atom (current package)
table.go#L112: Head Atom = 0x33104
golang.org/x/net/html
parse.go#L486: case a.Head:
parse.go#L561: case a.Head, a.Body, a.Html, a.Br:
parse.go#L590: case a.Head:
parse.go#L600: case a.Head, a.Body, a.Html, a.Br:
parse.go#L601: p.parseImpliedToken(StartTagToken, a.Head, a.Head.String())
parse.go#L618: p.parseImpliedToken(StartTagToken, a.Head, a.Head.String())
parse.go#L662: case a.Head:
parse.go#L675: case a.Head:
parse.go#L680: p.parseImpliedToken(EndTagToken, a.Head, a.Head.String())
parse.go#L715: p.parseImpliedToken(EndTagToken, a.Head, a.Head.String())
parse.go#L731: case a.Head:
parse.go#L758: if p.top().DataAtom != a.Head {
parse.go#L798: case a.Head:
parse.go#L1099: case a.Caption, a.Col, a.Colgroup, a.Frame, a.Head, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
 |
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. |