Crate virtual_dom

Crate virtual_dom 

Source

Structs§

Ancestors
An iterator of nodes to the ancestors a given node.
Children
A double ended iterator of nodes to the children of a given node.
Descendants
An iterator of nodes to a given node and its descendants, in tree order.
Document
RefCell based dom tree, tries to mimick Document as seen in browsers (https://developer.mozilla.org/en-US/docs/Web/API/Document)
DomNode
Based on https://docs.rs/rctree/latest/rctree/struct.Node.html
FollowingSiblings
An iterator of nodes to the siblings after a given node.
IterableNodes
Used in dom-proc for converting braced variables into domnode and to allow any kind of dom element to be appended
PrecedingSiblings
An iterator of nodes to the siblings before a given node.
Traverse
A double ended iterator of nodes to a given node and its descendants, in tree order.
WeakDomNode

Enums§

DomNodeKind
Html
Simple parsed html representation with recursively added children
NodeEdge
A node type during traverse.

Functions§

parse_html
parse_html_from_string
to_attributes
Utility function to convert iteratables into attributes hashmap