Crate html_query_parser

Source

Structs§

Enums§

  • Basic node of dom

Traits§

  • Used to insert or remove elements by Selector, and trim the dom.
  • Used to be converted to html string
  • Used to query() or query_all() with Selector

Functions§

  • Parse the html string and return a Vector of Node.