Uses of Class
org.xmlunit.xpath.JAXPXPathEngine
-
Packages that use JAXPXPathEngine Package Description org.custommonkey.xmlunit.jaxp13 org.xmlunit.assertj3 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 Modifier and Type Field Description private JAXPXPathEngine
Jaxp13XpathEngine. engine
-
Uses of JAXPXPathEngine in org.xmlunit.assertj3
Fields in org.xmlunit.assertj3 declared as JAXPXPathEngine Modifier and Type Field Description private JAXPXPathEngine
NodeAssertFactory. engine
private JAXPXPathEngine
SingleNodeAssert. engine
Constructors in org.xmlunit.assertj3 with parameters of type JAXPXPathEngine Constructor Description MultipleNodeAssert(java.lang.Iterable<org.w3c.dom.Node> nodes, JAXPXPathEngine engine)
NodeAssertFactory(JAXPXPathEngine engine)
SingleNodeAssert(org.w3c.dom.Node node, JAXPXPathEngine engine)
-