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 {
 |
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. |