Module scraper::node

source ·
Expand description

HTML nodes.

Structs

Iterator over attributes.
Iterator over classes.
An HTML comment.
A doctype.
An HTML element.
HTML Processing Instruction.
HTML text.

Enums

An HTML node.

Type Definitions

A Map of attributes that doesn’t preserve the order of the attributes. Please enable the deterministic feature for order-preserving (de)serialization.
An iterator over a node’s attributes.