const golang.org/x/net/html.scopeMarkerNode
8 uses
golang.org/x/net/html (current package)
node.go#L26: scopeMarkerNode
node.go#L33: var scopeMarker = Node{Type: scopeMarkerNode}
parse.go#L344: if n.Type == scopeMarkerNode {
parse.go#L384: if n := p.afe.pop(); len(p.afe) == 0 || n.Type == scopeMarkerNode {
parse.go#L396: if n.Type == scopeMarkerNode || p.oe.index(n) != -1 {
parse.go#L400: for n.Type != scopeMarkerNode && p.oe.index(n) == -1 {
parse.go#L975: for i := len(p.afe) - 1; i >= 0 && p.afe[i].Type != scopeMarkerNode; i-- {
parse.go#L1211: if p.afe[j].Type == scopeMarkerNode {
![]() |
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. |