Structs§
Enums§
Functions§
- nodes
- Transforms a given
htmlstring into a node tree. - to_html
- Transform the given
nodesnode tree into a HTML string. - to_json
- Transform the given
nodesnode tree into a JSON string. - traverse
- Traverses the given
nodesnode tree and returns an updated tree based oncallable. Thecallablemust return aNodeif you wish to either replace the node or update it, and returnNoneif you wish to remove it.