golang.org/x/net/html.parser.popUntil (method)
34 uses
golang.org/x/net/html (current package)
parse.go#L99: func (p *parser) popUntil(s scope, matchTags ...a.Atom) bool {
parse.go#L906: p.popUntil(buttonScope, a.P)
parse.go#L909: p.popUntil(buttonScope, a.P)
parse.go#L916: p.popUntil(buttonScope, a.P)
parse.go#L925: p.popUntil(buttonScope, a.P)
parse.go#L946: p.popUntil(buttonScope, a.P)
parse.go#L964: p.popUntil(buttonScope, a.P)
parse.go#L967: p.popUntil(buttonScope, a.P)
parse.go#L970: p.popUntil(defaultScope, a.Button)
parse.go#L1002: p.popUntil(buttonScope, a.P)
parse.go#L1029: p.popUntil(buttonScope, a.P)
parse.go#L1044: p.popUntil(buttonScope, a.P)
parse.go#L1118: p.popUntil(defaultScope, p.tok.DataAtom)
parse.go#L1131: p.popUntil(defaultScope, a.Form)
parse.go#L1147: p.popUntil(buttonScope, a.P)
parse.go#L1149: p.popUntil(listItemScope, a.Li)
parse.go#L1151: p.popUntil(defaultScope, p.tok.DataAtom)
parse.go#L1153: p.popUntil(defaultScope, a.H1, a.H2, a.H3, a.H4, a.H5, a.H6)
parse.go#L1157: if p.popUntil(defaultScope, p.tok.DataAtom) {
parse.go#L1434: if p.popUntil(tableScope, a.Table) {
parse.go#L1473: if p.popUntil(tableScope, a.Table) {
parse.go#L1510: if !p.popUntil(tableScope, a.Caption) {
parse.go#L1527: if p.popUntil(tableScope, a.Caption) {
parse.go#L1533: if !p.popUntil(tableScope, a.Caption) {
parse.go#L1621: if p.popUntil(tableScope, a.Tbody, a.Thead, a.Tfoot) {
parse.go#L1638: if p.popUntil(tableScope, a.Tbody, a.Thead, a.Tfoot) {
parse.go#L1671: if p.popUntil(tableScope, a.Tr) {
parse.go#L1681: if p.popUntil(tableScope, a.Tr) {
parse.go#L1688: if p.popUntil(tableScope, a.Tr) {
parse.go#L1716: if p.popUntil(tableScope, a.Td, a.Th) {
parse.go#L1734: if !p.popUntil(tableScope, p.tok.DataAtom) {
parse.go#L1750: if p.popUntil(tableScope, a.Td, a.Th) {
parse.go#L1783: if !p.popUntil(selectScope, a.Select) {
parse.go#L1822: if !p.popUntil(selectScope, a.Select) {
 |
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. |