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