Represents the state of a given node, it should reach after persisting it to the DOM.
Keep the node or replace it at the same position.
Remove all child nodes of the current node.
Remove the node and all its children.
Only remove the node, replacing it by its children.
Represents the state of a given node, it should reach after persisting it to the DOM.