Skip to main content

Module dom_traversal

Module dom_traversal 

Source

Structsยง

NodeAndStyleInfo ๐Ÿ”’
A data structure used to pass and store related layout information together to avoid having to repeat the same arguments in argument lists.

Enumsยง

BoxTreeString ๐Ÿ”’
A reference to a string encountered during box tree construction. This can either be a reference to a borrowed DOM string, a &str or an owned String.
Contents ๐Ÿ”’
NonReplacedContents ๐Ÿ”’
PseudoElementContentItem ๐Ÿ”’

Traitsยง

TraversalHandler ๐Ÿ”’

Functionsยง

generate_pseudo_element_content ๐Ÿ”’
https://www.w3.org/TR/CSS2/generate.html#propdef-content
get_quote_from_pair ๐Ÿ”’
traverse_children_of ๐Ÿ”’
traverse_eager_pseudo_element ๐Ÿ”’
traverse_element ๐Ÿ”’
traverse_pseudo_element_contents ๐Ÿ”’