Module html

Module html 

Source
Expand description

Module for working with HTML.

It provides a convenient API for extracting data, using HTML5 DOM methods and CSS selectors.

The backend of this module is SwiftSoup.

Structs§

Document
A complete HTML document.
Element
A single HTML element.
ElementList
A collection of HTML elements.
Html
Namespace for HTML-related functions.

Enums§

HtmlError
Error type for HTML operations.