Uses of Interface
org.xmlunit.xpath.XPathEngine
-
Packages that use XPathEngine Package Description org.xmlunit.diff Contains XMLUnitDifferenceEnginethat is at the heart of all comparisons as well as supporting interfaces and implementations.org.xmlunit.xpath XPath convenience layer. -
-
Uses of XPathEngine in org.xmlunit.diff
Methods in org.xmlunit.diff with parameters of type XPathEngine Modifier and Type Method Description static ElementSelectorElementSelectors. 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 ElementSelectorElementSelectors. 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 Modifier and Type Class Description classJAXPXPathEngineSimplified access to JAXP's XPath API.
-