Represents the state of a given node, it should reach after persisting it to the DOM.

Enumeration Members

KEEP_OR_REPLACE: 0

Keep the node or replace it at the same position.

REMOVE_CHILDREN: 3

Remove all child nodes of the current node.

REMOVE_RECURSIVELY: 1

Remove the node and all its children.

REMOVE_SELF: 2

Only remove the node, replacing it by its children.