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