Expand description
Main HTML parser API for halldyll-parser
This module provides the primary HtmlParser struct that orchestrates
all parsing operations and provides a clean, unified API.
Structs§
- Html
Parser - Main HTML parser
Functions§
- get_
links - Quick link extraction (convenience function)
- get_
metadata - Quick metadata extraction (convenience function)
- get_
text - Quick text extraction (convenience function)
- parse
- Parse HTML with default settings (convenience function)
- parse_
with_ url - Parse HTML with a base URL (convenience function)