const golang.org/x/net/html.DocumentNode
10 uses
golang.org/x/net/html (current package)
node.go#L17: DocumentNode
parse.go#L2352: Type: DocumentNode,
parse.go#L2386: Type: DocumentNode,
render.go#L75: case DocumentNode:
golang.org/x/pkgsite/internal/testing/htmlcheck
htmlcheck.go#L164: case html.ElementNode, html.DocumentNode:
github.com/andybalholm/cascadia
selector.go#L520: if parent.Type == html.DocumentNode {
selector.go#L568: if parent.Type == html.DocumentNode {
selector.go#L600: if parent.Type == html.DocumentNode {
selector.go#L642: if parent.Type == html.DocumentNode {
selector.go#L707: return n.Parent.Type == html.DocumentNode
![]() |
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. |