Uses of Class
org.xmlunit.diff.DefaultNodeMatcher.Match
-
Packages that use DefaultNodeMatcher.Match Package Description org.xmlunit.diff Contains XMLUnitDifferenceEngine
that is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of DefaultNodeMatcher.Match in org.xmlunit.diff
Methods in org.xmlunit.diff that return DefaultNodeMatcher.Match Modifier and Type Method Description private DefaultNodeMatcher.Match
DefaultNodeMatcher. findMatchingNode(org.w3c.dom.Node searchFor, java.util.List<org.w3c.dom.Node> searchIn, int indexOfLastMatch, java.util.Set<java.lang.Integer> availableIndexes)
private DefaultNodeMatcher.Match
DefaultNodeMatcher. searchIn(org.w3c.dom.Node searchFor, java.util.List<org.w3c.dom.Node> searchIn, java.util.Set<java.lang.Integer> availableIndexes, int fromInclusive, int toExclusive)
private DefaultNodeMatcher.Match
DefaultNodeMatcher. searchIn(org.w3c.dom.Node searchFor, java.util.List<org.w3c.dom.Node> searchIn, java.util.Set<java.lang.Integer> availableIndexes, int fromInclusive, int toExclusive, ElementSelector e)
-