Module sauron_parse::parser[][src]

Expand description

This module parses literal html returns sauron dom tree

Enums

all the possible error when parsing html string

Functions

Returns true if this html tag is self closing

return the static str of this function name

Parse html string and convert it into sauron Node

the document is not wrapped with html

Find the namespace of this tag if the arg tag is an SVG tag, return the svg namespace html tags don’t need to have namespace while svg does, otherwise it will not be properly mounted into the DOM