Uses of Interface
org.xmlunit.diff.DefaultNodeMatcher.NodeTypeMatcher
-
Packages that use DefaultNodeMatcher.NodeTypeMatcher 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.NodeTypeMatcher in org.xmlunit.diff
Classes in org.xmlunit.diff that implement DefaultNodeMatcher.NodeTypeMatcher Modifier and Type Class Description static class
DefaultNodeMatcher.DefaultNodeTypeMatcher
DefaultNodeMatcher.NodeTypeMatcher
that marks pairs of nodes of the same node type as well as pairs of CDATA sections and text nodes as eligible.Fields in org.xmlunit.diff declared as DefaultNodeMatcher.NodeTypeMatcher Modifier and Type Field Description private DefaultNodeMatcher.NodeTypeMatcher
DefaultNodeMatcher. nodeTypeMatcher
Constructors in org.xmlunit.diff with parameters of type DefaultNodeMatcher.NodeTypeMatcher Constructor Description DefaultNodeMatcher(DefaultNodeMatcher.NodeTypeMatcher ntm, ElementSelector... es)
Creates a matcher using the givenElementSelector
s andDefaultNodeMatcher.NodeTypeMatcher
.
-