Uses of Class
org.xmlunit.xpath.JAXPXPathEngine
-
Packages that use JAXPXPathEngine Package Description org.custommonkey.xmlunit.jaxp13 org.xmlunit.assertj AssertJ 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.assertj
Fields in org.xmlunit.assertj declared as JAXPXPathEngine Modifier and Type Field Description private JAXPXPathEngine
NodeAssertFactory. engine
private JAXPXPathEngine
SingleNodeAssert. engine
Methods in org.xmlunit.assertj with parameters of type JAXPXPathEngine Modifier and Type Method Description (package private) org.assertj.core.api.AssertFactory<org.w3c.dom.Node,SingleNodeAssert>
AssertFactoryProvider. create(JAXPXPathEngine engine)
private NodeAssertFactory
AssertFactoryProvider. createDefaultInstance(JAXPXPathEngine engine)
private org.assertj.core.api.AssertFactory<org.w3c.dom.Node,SingleNodeAssert>
AssertFactoryProvider. createProxyInstance(JAXPXPathEngine engine)
Constructors in org.xmlunit.assertj 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)
-