floki v0.4.0

Modules summary

Floki

A HTML parser and seeker

Floki.AttributeSelector
Floki.Combinator
Floki.DeepText

DeepText is a strategy to get text nodes from a HTML tree using a deep search algorithm. It will get all string nodes and concat them

Floki.FlatText

FlatText is a strategy to get text nodes from a HTML tree without search deep in the tree. It only gets the text nodes from the first level of nodes

Floki.Selector
Floki.SelectorParser
Floki.SelectorTokenizer

It decodes a given selector and returns the tokens inside it. Check the rules in “src/floki_selector_lexer.xrl”