| Package | Description |
|---|---|
| org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
| org.xmlunit.xpath |
XPath convenience layer.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementSelector |
ElementSelectors.byXPath(String xpath,
XPathEngine engine,
ElementSelector childSelector)
Selects two elements as matching if the child elements selected
via XPath match using the given childSelector.
|
static ElementSelector |
ElementSelectors.byXPath(String xpath,
XPathEngine xpathEngine,
Map<String,String> prefix2Uri,
ElementSelector childSelector)
Selects two elements as matching if the child elements selected
via XPath match using the given childSelector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JAXPXPathEngine
Simplified access to JAXP's XPath API.
|
Copyright © 2001–2025 XMLUnit. All rights reserved.