golang.org/x/net/html.parser.top (method)
17 uses
golang.org/x/net/html (current package)
parse.go#L54: func (p *parser) top() *Node {
parse.go#L230: p.top().AppendChild(n)
parse.go#L242: switch p.top().DataAtom {
parse.go#L313: t := p.top()
parse.go#L378: p.afe = append(p.afe, p.top())
parse.go#L592: p.head = p.top()
parse.go#L758: if p.top().DataAtom != a.Head {
parse.go#L910: switch n := p.top(); n.DataAtom {
parse.go#L928: p.form = p.top()
parse.go#L1069: if p.top().DataAtom == a.Option {
parse.go#L1093: p.top().Namespace = p.tok.Data
parse.go#L1460: switch p.top().DataAtom {
parse.go#L1770: if p.top().DataAtom == a.Option {
parse.go#L1775: if p.top().DataAtom == a.Option {
parse.go#L1778: if p.top().DataAtom == a.Optgroup {
parse.go#L1810: if p.top().DataAtom == a.Option {
parse.go#L2188: p.top().Namespace = namespace
![]() |
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. |