bobzhang/html_parser/dom does not have a README file
pub(all) struct Node {
kind : NodeKind
name : String
ns : String?
attrs : Map[String, String?]
data : String
public_id : String?
system_id : String?
force_quirks : Bool
parsed_from_source : Bool
source_start_tag : String?
source_end_tag : String?
sanitize_escape_only : Bool
origin_offset : Int?
origin_line : Int?
origin_col : Int?
parent : Node?
children : Array[Node]
} derive(Debug)MoonBit HTML parser and sanitizer ported from JustHTML.
Dependencies