Expand description
Structs§
- Arena
Sink - Sink struct is responsible for handling how the data that comes out of the HTML parsing unit (TreeBuilder in our case) is handled.
- Arena
Sink Parser - A wrapper for
Parser<ArenaSink<'_>>that implements fmt::Write and io::Write. - Node
- DOM node which contains links to other nodes in the tree.