MCPcopy
hub / github.com/PuerkitoBio/goquery / Match

Method Match

type.go:119–119  ·  view source on GitHub ↗
(*html.Node)

Source from the content-addressed store, hash-verified

117// Selector implements this interface.
118type Matcher interface {
119 Match(*html.Node) bool
120 MatchAll(*html.Node) []*html.Node
121 Filter([]*html.Node) []*html.Node
122}

Callers 3

winnowFunction · 0.65
IsMatcherMethod · 0.65
ClosestMatcherMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected