Uses of Interface
org.xmlunit.diff.DefaultNodeMatcher.NodeTypeMatcher
-
Packages that use DefaultNodeMatcher.NodeTypeMatcher Package Description org.xmlunit.diff Contains XMLUnitDifferenceEnginethat is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of DefaultNodeMatcher.NodeTypeMatcher in org.xmlunit.diff
Classes in org.xmlunit.diff that implement DefaultNodeMatcher.NodeTypeMatcher Modifier and Type Class Description static classDefaultNodeMatcher.DefaultNodeTypeMatcherDefaultNodeMatcher.NodeTypeMatcherthat marks pairs of nodes of the same node type as well as pairs of CDATA sections and text nodes as eligible.Constructors in org.xmlunit.diff with parameters of type DefaultNodeMatcher.NodeTypeMatcher Constructor Description DefaultNodeMatcher(DefaultNodeMatcher.NodeTypeMatcher ntm, ElementSelector... es)Creates a matcher using the givenElementSelectors andDefaultNodeMatcher.NodeTypeMatcher.
-