golang.org/x/net/html.parser.addText (method)
11 uses
golang.org/x/net/html (current package)
parse.go#L300: func (p *parser) addText(text string) {
parse.go#L629: p.addText(p.tok.Data[:len(p.tok.Data)-len(s)])
parse.go#L775: p.addText(p.tok.Data[:len(p.tok.Data)-len(s)])
parse.go#L867: p.addText(d)
parse.go#L1387: p.addText(d)
parse.go#L1405: p.addText(p.tok.Data)
parse.go#L1555: p.addText(p.tok.Data[:len(p.tok.Data)-len(s)])
parse.go#L1764: p.addText(strings.Replace(p.tok.Data, "\x00", "", -1))
parse.go#L1994: p.addText(s)
parse.go#L2044: p.addText(s)
parse.go#L2140: p.addText(p.tok.Data)
![]() |
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. |