Module html

Module html 

Source

Macros§

html

Structs§

DomNode
DomTree
Tree representation of html (DOM).

Enums§

DomNodeKind
Html

Functions§

parse_html
parse_html_block
parse html from start to end and return (tag, attributes, innerHtml)
read_token
A “simple” streaming html parser function. This is a fairly simplified way of parsing html ignoring a lot of edge cases and validation normally seen when parsing html.
to_attributes
Utility function to convert iteratables into attributes hashmap

Type Aliases§

DomId