Expand description
Macros§
- html
- This macro implements a syntax for creating HTML Nodes.
Structs§
- Descendants
- Node
- Represents a node in an HTML document.
- Node
Arena - Storage for parsed HTML nodes.
- Parser
Error - An error that occurs while constructing an HTML tree.
- Selection
- An iterator of nodes that match a particular criteria.
Enums§
- Node
Kind - Types of nodes that might exist in an HTML document.
Functions§
- parse
- Parses the given HTML fragment.