Module mt_dom::patch[][src]

Expand description

patch module

Structs

A patch where a new attributes is added to the target element

A patch where we add children to the target node

A patch where the text content of a text node is changed

A patch where we insert a new Node before the target element defined by the patch_path traversal

A patch where a remove attributes of the target element that can be traversed by using the patch_path.

A patch where the target element that can be traverse using the patch_path will be remove.

A patch where a node is replaced by the replacement node. The target node to be replaced can be traverse using the patch_path

Describe the path traversal of a Node starting from the root node

Enums

A Patch encodes an operation that modifies a real DOM element or native UI element