Package org.xmlunit.util
Internal utilities hiding the differences between .NET and Java
implementations.
The classes and interfaces of this package are public as an implementation detail and are not considered part of XMLUnit's public API. Everything may change or get removed completely in point releases.
-
Interface Summary Interface Description Mapper<F,T> A function mapping from one type to another.Predicate<T> A function that tests an object for a property. -
Class Summary Class Description Convert Conversion methods.DocumentBuilderFactoryConfigurer Configures DocumentBuilderFactories.DocumentBuilderFactoryConfigurer.Builder Builder for a DocumentBuilderFactoryConfigurer.IsNullPredicate A function that tests whether an object is null.IterableNodeList Provides an iterable view to a NodeList, the Iterator that can be obtained from this Iterable will be read-only.Linqy A couple of (functional) sequence processing constructs.Linqy.FilteringIterator<T> Linqy.MappingIterator<F,T> Linqy.OnceOnlyIterator<E> Nodes Utility algorithms that work on DOM nodes.TransformerFactoryConfigurer Configures TransformerFactories.TransformerFactoryConfigurer.Builder Builder for a TransformerFactoryConfigurer.