golang.org/x/net/html.parser.indexOfElementInScope (method)
5 uses
golang.org/x/net/html (current package)
parse.go#L100: if i := p.indexOfElementInScope(s, matchTags...); i != -1 {
parse.go#L110: func (p *parser) indexOfElementInScope(s scope, matchTags ...a.Atom) int {
parse.go#L157: return p.indexOfElementInScope(s, matchTags...) != -1
parse.go#L1121: i := p.indexOfElementInScope(defaultScope, a.Form)
parse.go#L1135: i := p.indexOfElementInScope(defaultScope, a.Form)
![]() |
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. |