private class DOMDifferenceEngine.UnmatchedTestNodes extends java.lang.Object implements AbstractDifferenceEngine.DeferredComparison
Modifier and Type | Field and 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 |
Modifier | Constructor and Description |
---|---|
private |
UnmatchedTestNodes(java.util.List<org.w3c.dom.Node> testList,
XPathContext testContext,
java.util.Set<org.w3c.dom.Node> seen,
XPathContext controlContext) |
Modifier and Type | Method and Description |
---|---|
AbstractDifferenceEngine.ComparisonState |
apply()
Perform the comparison.
|
private final java.util.List<org.w3c.dom.Node> testList
private final XPathContext testContext
private final java.util.Set<org.w3c.dom.Node> seen
private final XPathContext controlContext
private UnmatchedTestNodes(java.util.List<org.w3c.dom.Node> testList, XPathContext testContext, java.util.Set<org.w3c.dom.Node> seen, XPathContext controlContext)
public AbstractDifferenceEngine.ComparisonState apply()
AbstractDifferenceEngine.DeferredComparison
apply
in interface AbstractDifferenceEngine.DeferredComparison