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
(List<Node> controlListForXpath, List<Node> controlList, XPathContext controlContext, Set<Node> seen, XPathContext testContext) -
Method Summary
-
Field Details
-
controlListForXpath
-
controlList
-
controlContext
-
seen
-
testContext
-
-
Constructor Details
-
UnmatchedControlNodes
private UnmatchedControlNodes(List<Node> controlListForXpath, 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
-