public final class MergingNodeStateDiff extends DefaultNodeStateDiff
Modifier and Type | Method and Description |
---|---|
boolean |
childNodeAdded(String name,
NodeState after)
Called for all added child nodes.
|
boolean |
childNodeChanged(String name,
NodeState before,
NodeState after)
Called for all child nodes that may contain changes between the before
and after states.
|
childNodeDeleted, propertyAdded, propertyChanged, propertyDeleted
public boolean childNodeAdded(String name, NodeState after)
NodeStateDiff
childNodeAdded
in interface NodeStateDiff
childNodeAdded
in class DefaultNodeStateDiff
name
- name of the added child nodeafter
- child node state after the changetrue
to continue the comparison, false
to stoppublic boolean childNodeChanged(String name, NodeState before, NodeState after)
NodeStateDiff
childNodeChanged
in interface NodeStateDiff
childNodeChanged
in class DefaultNodeStateDiff
name
- name of the changed child nodebefore
- child node state before the changeafter
- child node state after the changetrue
to continue the comparison, false
to stop"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"