- MOVED_DOWN - Static variable in interface org.xmldiff.core.model.NodeMoveState
-
Tags the case where the node is moved down between left and right.
- MOVED_DOWN_AND_UPDATED - Static variable in interface org.xmldiff.core.model.NodeMoveState
-
Tags the case where the node is moved down between left and right, and updated independently from the move.
- MOVED_DOWN_THEN_UPDATED - Static variable in interface org.xmldiff.core.model.NodeMoveState
-
Tags the case where the node is moved down between left and right, and the the move updates it.
- MOVED_UNCHANGED - Static variable in interface org.xmldiff.core.model.NodeMoveState
-
Tags the case where the node is not moved between left and right.
- MOVED_UP - Static variable in interface org.xmldiff.core.model.NodeMoveState
-
Tags the case where the node is moved up between left and right.
- MOVED_UP_AND_UPDATED - Static variable in interface org.xmldiff.core.model.NodeMoveState
-
Tags the case where the node is moved up between left and right, and updated independently from the move.
- MOVED_UP_THEN_UPDATED - Static variable in interface org.xmldiff.core.model.NodeMoveState
-
Tags the case where the node is moved up between left and right, and the the move updates it.