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 XPathEngineNodeAssertFactory.engineprivate final XPathEngineSingleNodeAssert.engineMethods in org.xmlunit.assertj3 that return XPathEngineModifier and TypeMethodDescription(package private) static XPathEngineXPathEngineFactory.create(XmlAssertConfig config) Constructors in org.xmlunit.assertj3 with parameters of type XPathEngineModifierConstructorDescriptionprivateMultipleNodeAssert(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