Uses of Interface
org.xmlunit.diff.XPathContext.NodeInfo
-
Packages that use XPathContext.NodeInfo Package Description org.xmlunit.diff Contains XMLUnitDifferenceEngine
that is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of XPathContext.NodeInfo in org.xmlunit.diff
Classes in org.xmlunit.diff that implement XPathContext.NodeInfo Modifier and Type Class Description static class
XPathContext.DOMNodeInfo
DOM based implementation ofXPathContext.NodeInfo
.Fields in org.xmlunit.diff with type parameters of type XPathContext.NodeInfo Modifier and Type Field Description (package private) static Mapper<org.w3c.dom.Node,XPathContext.NodeInfo>
ElementSelectors. TO_NODE_INFO
Maps Nodes to their NodeInfo equivalent.Method parameters in org.xmlunit.diff with type arguments of type XPathContext.NodeInfo Modifier and Type Method Description void
XPathContext. appendChildren(java.lang.Iterable<? extends XPathContext.NodeInfo> children)
Adds knowledge about the current node's children appending to the knowledge already present.void
XPathContext. setChildren(java.lang.Iterable<? extends XPathContext.NodeInfo> children)
Adds knowledge about the current node's children replacing existing knowledge.
-