Module rphtml::parser

source ·

Structs§

  • Attr attribute data if value is None, it’s a boolean attribute if key is None,it’s a value with quote
  • Doc the html syntax: https://www.w3.org/TR/2011/WD-html-markup-20110113/syntax.html
  • Doc holder

Enums§

  • Tag is_end: if the tag end with ‘>’ self_closed: if the tag is self-closing ‘/>’ auto_fix: if the tag either self-closing nor closed with a end tag, may auto fix by the parser name: the tag name attrs: the attribute list

Functions§

Type Aliases§