Crate html_query_parser

Source

Structs§

Element
HTML Element
Selector
Simple query selector

Enums§

Node
Basic node of dom

Traits§

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

Functions§

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