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 java.lang.Object implements AbstractDifferenceEngine.DeferredComparison
-
-
Field Summary
Fields Modifier and Type Field Description private XPathContext
controlContext
private java.util.Set<org.w3c.dom.Node>
seen
private XPathContext
testContext
private java.util.List<org.w3c.dom.Node>
testList
-
Constructor Summary
Constructors Modifier Constructor Description private
UnmatchedTestNodes(java.util.List<org.w3c.dom.Node> testList, XPathContext testContext, java.util.Set<org.w3c.dom.Node> seen, XPathContext controlContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDifferenceEngine.ComparisonState
apply()
Perform the comparison.
-
-
-
Field Detail
-
testList
private final java.util.List<org.w3c.dom.Node> testList
-
testContext
private final XPathContext testContext
-
seen
private final java.util.Set<org.w3c.dom.Node> seen
-
controlContext
private final XPathContext controlContext
-
-
Constructor Detail
-
UnmatchedTestNodes
private UnmatchedTestNodes(java.util.List<org.w3c.dom.Node> testList, XPathContext testContext, java.util.Set<org.w3c.dom.Node> seen, XPathContext controlContext)
-
-
Method Detail
-
apply
public AbstractDifferenceEngine.ComparisonState apply()
Description copied from interface:AbstractDifferenceEngine.DeferredComparison
Perform the comparison.- Specified by:
apply
in interfaceAbstractDifferenceEngine.DeferredComparison
-
-