Uses of Interface
org.xmlunit.xpath.XPathEngine
Packages that use XPathEngine
Package
Description
Contains XMLUnit
DifferenceEngine
that is
at the heart of all comparisons as well as supporting interfaces
and implementations.XPath convenience layer.
-
Uses of XPathEngine in org.xmlunit.diff
Methods in org.xmlunit.diff with parameters of type XPathEngineModifier and TypeMethodDescriptionstatic ElementSelector
ElementSelectors.byXPath
(String xpath, XPathEngine xpathEngine, Map<String, String> prefix2Uri, ElementSelector childSelector) Selects two elements as matching if the child elements selected via XPath match using the given childSelector.static ElementSelector
ElementSelectors.byXPath
(String xpath, XPathEngine engine, ElementSelector childSelector) Selects two elements as matching if the child elements selected via XPath match using the given childSelector. -
Uses of XPathEngine in org.xmlunit.xpath
Classes in org.xmlunit.xpath that implement XPathEngine