Uses of Interface
org.xmlunit.diff.XPathContext.NodeInfo
Package
Description
Contains XMLUnit
DifferenceEngine
that is
at the heart of all comparisons as well as supporting interfaces
and implementations.-
Uses of XPathContext.NodeInfo in org.xmlunit.diff
Modifier and TypeClassDescriptionstatic final class
DOM based implementation ofXPathContext.NodeInfo
.Modifier and TypeMethodDescriptionvoid
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.