Uses of Interface
org.xmlunit.diff.NodeMatcher
-
Packages that use NodeMatcher Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit.org.xmlunit.diff Contains XMLUnitDifferenceEnginethat is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of NodeMatcher in org.xmlunit.builder
Methods in org.xmlunit.builder with parameters of type NodeMatcher Modifier and Type Method Description DiffBuilderDiffBuilder. withNodeMatcher(NodeMatcher nodeMatcher)Sets the strategy for selecting nodes to compare.DDifferenceEngineConfigurer. withNodeMatcher(NodeMatcher nodeMatcher)Sets the strategy for selecting nodes to compare. -
Uses of NodeMatcher in org.xmlunit.diff
Classes in org.xmlunit.diff that implement NodeMatcher Modifier and Type Class Description classDefaultNodeMatcherDefault implemetation ofNodeMatcherthat matches control and tests nodes for comparison with the help ofDefaultNodeMatcher.NodeTypeMatcherandElementSelectors.Methods in org.xmlunit.diff that return NodeMatcher Modifier and Type Method Description protected NodeMatcherAbstractDifferenceEngine. getNodeMatcher()Provides access to the configured NodeMatcher.Methods in org.xmlunit.diff with parameters of type NodeMatcher Modifier and Type Method Description voidAbstractDifferenceEngine. setNodeMatcher(NodeMatcher n)voidDifferenceEngine. setNodeMatcher(NodeMatcher n)Sets the strategy for selecting nodes to compare.
-