MCPcopy Create free account

hub / github.com/clarkduvall/spoonerizer / types & classes

Types & classes26 in github.com/clarkduvall/spoonerizer

↓ 1 callersTypeAliassortedAttributes
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:109
TypeAliasAtom
Atom is an integer code for a string. The zero value maps to "".
Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go:21
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
Godeps/_workspace/src/golang.org/x/net/html/token.go:67
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
Godeps/_workspace/src/golang.org/x/net/html/node.go:38
TypeAliasNodeType
A NodeType is the type of a Node.
Godeps/_workspace/src/golang.org/x/net/html/node.go:12
StructSneakyTransport
web.go:16
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
Godeps/_workspace/src/golang.org/x/net/html/token.go:76
TypeAliasTokenType
A TokenType is the type of a Token.
Godeps/_workspace/src/golang.org/x/net/html/token.go:18
StructTokenizer
A Tokenizer returns a stream of HTML Tokens.
Godeps/_workspace/src/golang.org/x/net/html/token.go:127
StructbufferCloser
spoonerize/html.go:10
TypeAliasbyLen
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:198
Structenc
Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go:20
StructeofStringsReader
eofStringsReader is like a strings.Reader but can return an (n, err) where n > 0 && err != nil.
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:673
Structgroup
Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go:25
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
Godeps/_workspace/src/golang.org/x/net/html/parse.go:402
TypeAliasnodeStack
nodeStack is a stack of nodes.
Godeps/_workspace/src/golang.org/x/net/html/node.go:147
Structparser
A parser implements the HTML5 parsing algorithm: https://html.spec.whatwg.org/multipage/syntax.html#tree-construction
Godeps/_workspace/src/golang.org/x/net/html/parse.go:18
FuncTypepred
func(byte) bool
spoonerize/spoonerize.go:55
TypeAliasscope
Godeps/_workspace/src/golang.org/x/net/html/parse.go:68
Structspan
span is a range of bytes in a Tokenizer's buffer. The start is inclusive, the end is exclusive.
Godeps/_workspace/src/golang.org/x/net/html/token.go:122
StructstuckReader
stuckReader is an io.Reader that always returns no data and no error.
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:687
Structtable
A table represents an attempt at constructing the lookup table. The lookup table uses cuckoo hashing, meaning that each string can be found in one of
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:216
StructtokenTest
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:17
StructunescapeTest
Godeps/_workspace/src/golang.org/x/net/html/escape_test.go:9
Interfacewriter
Godeps/_workspace/src/golang.org/x/net/html/render.go:15
StructzeroOneByteReader
zeroOneByteReader is like a strings.Reader that alternates between returning 0 bytes and 1 byte at a time.
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:651