Module html5ever::tree_builder

source ·
Expand description

The HTML5 tree builder.

Re-exports

Modules

  • data 🔒
  • tag_sets 🔒
    Various sets of HTML tag names, and macros for declaring them.
  • types 🔒
    Types used within the tree builder code. Not exported to users.

Macros

Structs

Enums

Traits

  • Trace hooks for a garbage-collected DOM.
  • Methods a parser can use to create the DOM. The DOM provider implements this trait.

Functions