Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crufter/goquery
/ types & classes
Types & classes
22 in github.com/crufter/goquery
⨍
Functions
196
◇
Types & classes
22
↓ 4 callers
TypeAlias
Atom
Atom is an integer code for a string. The zero value maps to "".
exp/html/atom/atom.go:29
↓ 1 callers
TypeAlias
byLhash
exp/html/atom/gen.go:34
↓ 1 callers
TypeAlias
sortedAttributes
exp/html/parse_test.go:110
Struct
Attribute
An Attribute is an attribute namespace-key-value triple. Namespace is non-empty for foreign attributes like xlink, Key is alphabetic (and hence does n
exp/html/token.go:63
Struct
Node
goquery.go:29
Struct
Node
A Node consists of a NodeType and some Data (tag name for element nodes, content for text) and are part of a tree of Nodes. Element nodes may also hav
exp/html/node.go:33
TypeAlias
NodeType
A NodeType is the type of a Node.
exp/html/node.go:8
TypeAlias
Nodes
goquery.go:27
Struct
Token
A Token consists of a TokenType and some Data (tag name for start and end tags, content for text, comments and doctypes). A tag Token may also contain
exp/html/token.go:71
TypeAlias
TokenType
A TokenType is the type of a Token.
exp/html/token.go:17
Struct
Tokenizer
A Tokenizer returns a stream of HTML Tokens.
exp/html/token.go:121
FuncType
insertionMode
An insertion mode (section 12.2.3.1) is the state transition function from a particular state in the HTML5 parser's state machine. It updates the pars
exp/html/parse.go:392
TypeAlias
nodeStack
nodeStack is a stack of nodes.
exp/html/node.go:95
TypeAlias
parseTestResult
exp/html/parse_test.go:203
Struct
parser
A parser implements the HTML5 parsing algorithm: http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#tree-construction
exp/html/parse.go:14
TypeAlias
scope
exp/html/parse.go:63
Struct
selector
goquery.go:33
Struct
span
span is a range of bytes in a Tokenizer's buffer. The start is inclusive, the end is exclusive.
exp/html/token.go:116
Struct
tokenTest
exp/html/token_test.go:16
Struct
unescapeTest
exp/html/token_test.go:469
Struct
w
goquery.go:18
Interface
writer
exp/html/render.go:15