Package org.xmlunit.diff
Class DOMDifferenceEngine.UnmatchedControlNodes
java.lang.Object
org.xmlunit.diff.DOMDifferenceEngine.UnmatchedControlNodes
- All Implemented Interfaces:
AbstractDifferenceEngine.DeferredComparison
- Enclosing class:
DOMDifferenceEngine
private class DOMDifferenceEngine.UnmatchedControlNodes
extends Object
implements AbstractDifferenceEngine.DeferredComparison
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
UnmatchedControlNodes
(Map<Node, Integer> controlListForXpathIndex, List<Node> controlList, XPathContext controlContext, Set<Node> seen, XPathContext testContext) -
Method Summary
-
Field Details
-
controlListForXpathIndex
-
controlList
-
controlContext
-
seen
-
testContext
-
-
Constructor Details
-
UnmatchedControlNodes
private UnmatchedControlNodes(Map<Node, Integer> controlListForXpathIndex, List<Node> controlList, XPathContext controlContext, Set<Node> seen, XPathContext testContext)
-
-
Method Details
-
apply
Description copied from interface:AbstractDifferenceEngine.DeferredComparison
Perform the comparison.- Specified by:
apply
in interfaceAbstractDifferenceEngine.DeferredComparison
-