Structs§
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()
orquery_all()
withSelector
Functions§
- parse
- Parse the html string and return a
Vector
ofNode
.