Uses of Class
org.xmlunit.xpath.JAXPXPathEngine
Packages that use JAXPXPathEngine
Package
Description
AssertJ 3.x assertions on top of XMLUnit's core.
-
Uses of JAXPXPathEngine in org.custommonkey.xmlunit.jaxp13
Fields in org.custommonkey.xmlunit.jaxp13 declared as JAXPXPathEngine -
Uses of JAXPXPathEngine in org.xmlunit.assertj3
Fields in org.xmlunit.assertj3 declared as JAXPXPathEngineModifier and TypeFieldDescriptionprivate JAXPXPathEngine
NodeAssertFactory.engine
private final JAXPXPathEngine
SingleNodeAssert.engine
Constructors in org.xmlunit.assertj3 with parameters of type JAXPXPathEngineModifierConstructorDescriptionprivate
MultipleNodeAssert
(Iterable<Node> nodes, JAXPXPathEngine engine) NodeAssertFactory
(JAXPXPathEngine engine) (package private)
SingleNodeAssert
(Node node, JAXPXPathEngine engine)