Package | Description |
---|---|
org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
Modifier and Type | Class and Description |
---|---|
static class |
XPathContext.DOMNodeInfo
DOM based implementation of
XPathContext.NodeInfo . |
Modifier and Type | Method and Description |
---|---|
void |
XPathContext.appendChildren(Iterable<? extends XPathContext.NodeInfo> children)
Adds knowledge about the current node's children appending to
the knowledge already present.
|
void |
XPathContext.setChildren(Iterable<? extends XPathContext.NodeInfo> children)
Adds knowledge about the current node's children replacing
existing knowledge.
|
Copyright © 2001–2017 XMLUnit. All rights reserved.