private static class NewDifferenceEngine.CompareUnmatchedNodeMatcher extends java.lang.Object implements NodeMatcher
Modifier and Type | Class and Description |
---|---|
private static class |
NewDifferenceEngine.CompareUnmatchedNodeMatcher.Entry |
Modifier and Type | Field and Description |
---|---|
private NodeMatcher |
nestedMatcher |
Modifier | Constructor and Description |
---|---|
private |
CompareUnmatchedNodeMatcher(NodeMatcher nested) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.util.Map.Entry<org.w3c.dom.Node,org.w3c.dom.Node>> |
match(java.lang.Iterable<org.w3c.dom.Node> controlNodes,
java.lang.Iterable<org.w3c.dom.Node> testNodes)
Matches control and test nodes against each other, returns the
matching pairs.
|
private final NodeMatcher nestedMatcher
private CompareUnmatchedNodeMatcher(NodeMatcher nested)
public java.lang.Iterable<java.util.Map.Entry<org.w3c.dom.Node,org.w3c.dom.Node>> match(java.lang.Iterable<org.w3c.dom.Node> controlNodes, java.lang.Iterable<org.w3c.dom.Node> testNodes)
NodeMatcher
Nodes passed in as attributes but not returned as member of
any pair will cause ComparisonType.CHILD_LOOKUP
differences}.
match
in interface NodeMatcher