Fulib v0.1.3 Fulib.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
Link to this function
attribute(html, selector, attribute_name) View Source
Link to this function
ergodic_map(html_trees, collections, collect_fn) View Source
Link to this function
filter_out(html_tree, selector) View Source
Link to this function
find(html, selector) View Source
Link to this function
flatten_attrs(attrs) View Source
将Keyword形式的属性列表,转成List形式
Link to this function
map(html_tree_list, fun) View Source
Link to this function
parse(html) View Source
Link to this function
parse(html, opts) View Source
Link to this function
parse_attrs(attrs) View Source
将数组形式的属性列表,转成Keyword形式
Link to this function
raw_html(html_tree, opts \\ []) View Source
Link to this function
text(html, opts \\ [deep: true, js: false, sep: ""]) View Source
Link to this function