Uses of Interface
org.xmlunit.xpath.XPathEngine
Packages that use XPathEngine
Package
Description
AssertJ 3.x assertions on top of XMLUnit's core.
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.assertj3
Fields in org.xmlunit.assertj3 declared as XPathEngineModifier and TypeFieldDescriptionprivate XPathEngine
NodeAssertFactory.engine
private final XPathEngine
SingleNodeAssert.engine
Methods in org.xmlunit.assertj3 that return XPathEngineModifier and TypeMethodDescription(package private) static XPathEngine
XPathEngineFactory.create
(XmlAssertConfig config) Constructors in org.xmlunit.assertj3 with parameters of type XPathEngineModifierConstructorDescriptionprivate
MultipleNodeAssert
(Iterable<Node> nodes, XPathEngine engine) NodeAssertFactory
(XPathEngine engine) (package private)
SingleNodeAssert
(Node node, XPathEngine engine) -
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