github.com/andybalholm/cascadia.Selector.matchAllInto (method)

3 uses

	github.com/andybalholm/cascadia (current package)
		selector.go#L85: 	return s.matchAllInto(n, nil)
		selector.go#L88: func (s Selector) matchAllInto(n *html.Node, storage []*html.Node) []*html.Node {
		selector.go#L94: 		storage = s.matchAllInto(child, storage)