golang.org/x/net/html.nodeStack.contains (method)
9 uses
golang.org/x/net/html (current package)
node.go#L183: func (s *nodeStack) contains(a atom.Atom) bool {
parse.go#L683: if !p.oe.contains(a.Template) {
parse.go#L875: if p.oe.contains(a.Template) {
parse.go#L882: if p.oe.contains(a.Template) {
parse.go#L921: if p.form != nil && !p.oe.contains(a.Template) {
parse.go#L927: if !p.oe.contains(a.Template) {
parse.go#L1120: if p.oe.contains(a.Template) {
parse.go#L1452: if p.oe.contains(a.Template) || p.form != nil {
parse.go#L1916: if !p.oe.contains(a.Template) {
![]() |
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. |