Uses of Interface
org.xmlunit.xpath.XPathEngine
-
Packages that use XPathEngine Package Description org.xmlunit.assertj3 AssertJ 3.x assertions on top of XMLUnit's core.org.xmlunit.diff Contains XMLUnitDifferenceEngine
that is at the heart of all comparisons as well as supporting interfaces and implementations.org.xmlunit.xpath XPath convenience layer. -
-
Uses of XPathEngine in org.xmlunit.assertj3
Fields in org.xmlunit.assertj3 declared as XPathEngine Modifier and Type Field Description private XPathEngine
NodeAssertFactory. engine
private XPathEngine
SingleNodeAssert. engine
Methods in org.xmlunit.assertj3 that return XPathEngine Modifier and Type Method Description (package private) static XPathEngine
XPathEngineFactory. create(XmlAssertConfig config)
Constructors in org.xmlunit.assertj3 with parameters of type XPathEngine Constructor Description MultipleNodeAssert(java.lang.Iterable<org.w3c.dom.Node> nodes, XPathEngine engine)
NodeAssertFactory(XPathEngine engine)
SingleNodeAssert(org.w3c.dom.Node node, XPathEngine engine)
-
Uses of XPathEngine in org.xmlunit.diff
Methods in org.xmlunit.diff with parameters of type XPathEngine Modifier and Type Method Description static ElementSelector
ElementSelectors. byXPath(java.lang.String xpath, XPathEngine xpathEngine, java.util.Map<java.lang.String,java.lang.String> prefix2Uri, ElementSelector childSelector)
Selects two elements as matching if the child elements selected via XPath match using the given childSelector.static ElementSelector
ElementSelectors. byXPath(java.lang.String xpath, XPathEngine engine, ElementSelector childSelector)
Selects two elements as matching if the child elements selected via XPath match using the given childSelector. -
Uses of XPathEngine in org.xmlunit.xpath
Classes in org.xmlunit.xpath that implement XPathEngine Modifier and Type Class Description class
JAXPXPathEngine
Simplified access to JAXP's XPath API.
-