Package | Description |
---|---|
org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that 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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ChildNodeXPathContextProvider
Maps
Node to XPathContext 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 |
RecursiveXPathBuilder
Finds the XPathContext of a Node by recursively building up the XPathContext.
|
Modifier and Type | Field and Description |
---|---|
private static Mapper<org.w3c.dom.Node,javax.xml.namespace.QName> |
DOMDifferenceEngine.QNAME_MAPPER
Maps Nodes to their QNames.
|
(package private) static Mapper<org.w3c.dom.Node,XPathContext.NodeInfo> |
ElementSelectors.TO_NODE_INFO
Maps Nodes to their NodeInfo equivalent.
|
Modifier and Type | Field and Description |
---|---|
private Mapper<? super F,T> |
Linqy.MappingIterator.mapper |
Modifier and Type | Method and Description |
---|---|
static <F,T> java.lang.Iterable<T> |
Linqy.map(java.lang.Iterable<F> from,
Mapper<? super F,T> mapper)
Create a new iterable by applying a mapper function to each
element of a given sequence.
|
Constructor and Description |
---|
MappingIterator(java.util.Iterator<F> i,
Mapper<? super F,T> mapper) |