Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PuerkitoBio/goquery
/ types & classes
Types & classes
7 in github.com/PuerkitoBio/goquery
⨍
Functions
666
◇
Types & classes
7
Struct
Document
Document represents an HTML document to be manipulated. Unlike jQuery, which is loaded as part of a DOM document, and thus acts upon its containing do
type.go:18
Interface
Matcher
Matcher is an interface that defines the methods to match HTML nodes against a compiled selector string. Cascadia's Selector implements this interface
type.go:118
Struct
Selection
Selection represents a collection of nodes matching some criteria. The initial Selection can be created by using Document.Find, and then manipulated u
type.go:99
Struct
TextOptions
TextOptions controls the behaviour of the Text function.
utilities.go:61
Struct
invalidMatcher
invalidMatcher is a Matcher that always fails to match.
type.go:208
TypeAlias
siblingType
traversal.go:5
Struct
singleMatcher
type.go:174