serum v1.2.0 Serum.HtmlTreeHelper View Source
Provides useful functions for working with HTML trees.
Link to this section Summary
Functions
Performs a post-order traversal of the given HTML tree.
Performs a post-order traversal of the given HTML tree with an accumulator.
Link to this section Types
Link to this section Functions
Performs a post-order traversal of the given HTML tree.
Link to this function
traverse(tree, acc, fun)
View Sourcetraverse(tree(), term(), acc_tree_fun()) :: {tree(), term()}
Performs a post-order traversal of the given HTML tree with an accumulator.