MCPcopy Create free account

hub / github.com/crufter/goquery / types & classes

Types & classes22 in github.com/crufter/goquery

↓ 4 callersTypeAliasAtom
Atom is an integer code for a string. The zero value maps to "".
exp/html/atom/atom.go:29
↓ 1 callersTypeAliasbyLhash
exp/html/atom/gen.go:34
↓ 1 callersTypeAliassortedAttributes
exp/html/parse_test.go:110
StructAttribute
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
StructNode
goquery.go:29
StructNode
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
TypeAliasNodeType
A NodeType is the type of a Node.
exp/html/node.go:8
TypeAliasNodes
goquery.go:27
StructToken
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
TypeAliasTokenType
A TokenType is the type of a Token.
exp/html/token.go:17
StructTokenizer
A Tokenizer returns a stream of HTML Tokens.
exp/html/token.go:121
FuncTypeinsertionMode
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
TypeAliasnodeStack
nodeStack is a stack of nodes.
exp/html/node.go:95
TypeAliasparseTestResult
exp/html/parse_test.go:203
Structparser
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
TypeAliasscope
exp/html/parse.go:63
Structselector
goquery.go:33
Structspan
span is a range of bytes in a Tokenizer's buffer. The start is inclusive, the end is exclusive.
exp/html/token.go:116
StructtokenTest
exp/html/token_test.go:16
StructunescapeTest
exp/html/token_test.go:469
Structw
goquery.go:18
Interfacewriter
exp/html/render.go:15