Expand description
This module parses literal html returns sauron dom tree
Enums§
- Parse
Error - all the possible error when parsing html string
Functions§
- is_
self_ closing - Returns true if this html tag is self closing
- match_
attribute_ function - return the static str of this function name
- parse
- Parse html string and convert it into sauron Node
- parse_
simple - the document is not wrapped with html
- tag_
namespace - 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