Structs§
- Element
- The
Elementstruct represents an HTML element with its tag name, attributes, and child nodes.
Enums§
- Node
- The
Nodeenum represents either anElementor a text node within the HTML structure. - Parse
Error - The
ParseErrorenum represents the possible errors that can occur during parsing. - Rule
Functions§
- parse
- Parses the input with a specific rule.
- parse_
html - Parses the given HTML input string and returns a vector of
Nodeobjects or aParseError.