public interface NodeMatcher
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.
|
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)
Nodes passed in as attributes but not returned as member of
any pair will cause ComparisonType.CHILD_LOOKUP
differences}.