Uses of Interface
org.xmlunit.util.Mapper
Packages that use Mapper
Package
Description
Contains XMLUnit
DifferenceEngine
that is
at the heart of all comparisons as well as supporting interfaces
and implementations.Internal utilities hiding the differences between .NET and Java
implementations.
-
Uses of Mapper in org.xmlunit.diff
Classes in org.xmlunit.diff that implement MapperModifier and TypeClassDescription(package private) class
MapsNode
toXPathContext
by assuming all nodes passed in are child nodes of the same parent node who's XPathContext is provided as argument to the constructor.class
Finds the XPathContext of a Node by recursively building up the XPathContext.Fields in org.xmlunit.diff declared as MapperModifier and TypeFieldDescriptionDOMDifferenceEngine.QNAME_MAPPER
Maps Nodes to their QNames.(package private) static final Mapper
<Node, XPathContext.NodeInfo> ElementSelectors.TO_NODE_INFO
Maps Nodes to their NodeInfo equivalent. -
Uses of Mapper in org.xmlunit.util
Fields in org.xmlunit.util declared as MapperMethods in org.xmlunit.util with parameters of type MapperModifier and TypeMethodDescriptionstatic <F,
T> Iterable <T> Create a new iterable by applying a mapper function to each element of a given sequence.Constructors in org.xmlunit.util with parameters of type Mapper