type github.com/andybalholm/cascadia.Matcher

11 uses

	github.com/andybalholm/cascadia (current package)
		selector.go#L14: type Matcher interface {
		selector.go#L22: 	Matcher
		selector.go#L100: func queryInto(n *html.Node, m Matcher, storage []*html.Node) []*html.Node {
		selector.go#L113: func QueryAll(n *html.Node, m Matcher) []*html.Node {
		selector.go#L139: func Query(n *html.Node, m Matcher) *html.Node {
		selector.go#L163: func Filter(nodes []*html.Node, m Matcher) (result []*html.Node) {
		selector.go#L383: func hasChildMatch(n *html.Node, a Matcher) bool {
		selector.go#L395: func hasDescendantMatch(n *html.Node, a Matcher) bool {
		selector.go#L767: func descendantMatch(a, d Matcher, n *html.Node) bool {
		selector.go#L782: func childMatch(a, d Matcher, n *html.Node) bool {
		selector.go#L788: func siblingMatch(s1, s2 Matcher, adjacent bool, n *html.Node) bool {