Uses of Interface
org.xmlunit.util.Mapper
-
Packages that use Mapper Package Description org.xmlunit.diff Contains XMLUnitDifferenceEnginethat is at the heart of all comparisons as well as supporting interfaces and implementations.org.xmlunit.util Internal utilities hiding the differences between .NET and Java implementations. -
-
Uses of Mapper in org.xmlunit.diff
Classes in org.xmlunit.diff that implement Mapper Modifier and Type Class Description classRecursiveXPathBuilderFinds the XPathContext of a Node by recursively building up the XPathContext. -
Uses of Mapper in org.xmlunit.util
Methods in org.xmlunit.util with parameters of type Mapper Modifier and Type Method Description static <F,T>
Iterable<T>Linqy. map(Iterable<F> from, Mapper<? super F,T> mapper)Create a new iterable by applying a mapper function to each element of a given sequence.
-