type golang.org/x/net/html.scope
6 uses
golang.org/x/net/html (current package)
parse.go#L70: type scope int
parse.go#L73: defaultScope scope = iota
parse.go#L99: func (p *parser) popUntil(s scope, matchTags ...a.Atom) bool {
parse.go#L110: func (p *parser) indexOfElementInScope(s scope, matchTags ...a.Atom) int {
parse.go#L156: func (p *parser) elementInScope(s scope, matchTags ...a.Atom) bool {
parse.go#L162: func (p *parser) clearStackToContext(s scope) {
 |
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. |