Uses of Interface
org.xmlunit.diff.NodeMatcher
Packages that use NodeMatcher
Package
Description
Provides fluent builders for core parts of XMLUnit.
Contains XMLUnit
DifferenceEngine that 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 NodeMatcherModifier and TypeMethodDescriptionDiffBuilder.withNodeMatcher(NodeMatcher nodeMatcher) Sets the strategy for selecting nodes to compare.DifferenceEngineConfigurer.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 NodeMatcherModifier and TypeClassDescriptionclassDefault implemetation ofNodeMatcherthat matches control and tests nodes for comparison with the help ofDefaultNodeMatcher.NodeTypeMatcherandElementSelectors.Methods in org.xmlunit.diff that return NodeMatcherModifier and TypeMethodDescriptionprotected NodeMatcherAbstractDifferenceEngine.getNodeMatcher()Provides access to the configured NodeMatcher.Methods in org.xmlunit.diff with parameters of type NodeMatcherModifier and TypeMethodDescriptionvoidAbstractDifferenceEngine.setNodeMatcher(NodeMatcher n) voidDifferenceEngine.setNodeMatcher(NodeMatcher n) Sets the strategy for selecting nodes to compare.