Gulib v0.1.0 Gulib.HTMLParse View Source

HTML的解析器

Link to this section Summary

Link to this section Functions

Link to this function attribute(html_tree, attribute_name) View Source

See Floki.attribute/2.

Link to this function attribute(html, selector, attribute_name) View Source

See Floki.attribute/3.

Link to this function ergodic_map(html_tree_list, collections, collect_fn) View Source
Link to this function filter_out(html_tree, selector) View Source

See Floki.filter_out/2.

将Keyword形式的属性列表,转成List形式

将数组形式的属性列表,转成Keyword形式

Link to this function transform(html_tree_list, transformation) View Source