const golang.org/x/net/html/atom.Body
24 uses
golang.org/x/net/html/atom (current package)
table.go#L42: Body Atom = 0x2804
golang.org/x/net/html
parse.go#L491: case a.Body:
parse.go#L561: case a.Head, a.Body, a.Html, a.Br:
parse.go#L600: case a.Head, a.Body, a.Html, a.Br:
parse.go#L679: case a.Body, a.Html, a.Br:
parse.go#L785: case a.Body:
parse.go#L804: case a.Body, a.Html, a.Br:
parse.go#L823: p.parseImpliedToken(StartTagToken, a.Body, a.Body.String())
parse.go#L881: case a.Body:
parse.go#L887: if body.Type == ElementNode && body.DataAtom == a.Body {
parse.go#L893: if !p.framesetOK || len(p.oe) < 2 || p.oe[1].DataAtom != a.Body {
parse.go#L1107: case a.Body:
parse.go#L1108: if p.elementInScope(defaultScope, a.Body) {
parse.go#L1112: if p.elementInScope(defaultScope, a.Body) {
parse.go#L1113: p.parseImpliedToken(EndTagToken, a.Body, a.Body.String())
parse.go#L1182: a.Thead, a.Tr, a.Body, a.Html:
parse.go#L1479: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1540: case a.Body, a.Col, a.Colgroup, a.Html, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1644: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Td, a.Th, a.Tr:
parse.go#L1701: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Td, a.Th:
parse.go#L1741: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html:
golang.org/x/pkgsite/internal/frontend
overview.go#L187: if n.FirstChild == nil || n.FirstChild.NextSibling == nil || n.FirstChild.NextSibling.DataAtom != atom.Body {
 |
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. |