floki v0.2.0
Modules summary ↑
Floki | A HTML parser and seeker |
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 |