Uses of Interface
org.xmlunit.xpath.XPathEngine
Packages that use XPathEngine
Package
Description
AssertJ 3.x assertions on top of XMLUnit's core.
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.xpath
Classes in org.xmlunit.xpath that implement XPathEngine