Package | Description |
---|---|
org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
Modifier and Type | Field and Description |
---|---|
private DOMDifferenceEngine.Attributes |
DOMDifferenceEngine.NormalAttributeComparer.controlAttributes |
private DOMDifferenceEngine.Attributes |
DOMDifferenceEngine.NormalAttributeComparer.testAttributes |
private DOMDifferenceEngine.Attributes |
DOMDifferenceEngine.ControlAttributePresentComparer.testAttributes |
Modifier and Type | Method and Description |
---|---|
private DOMDifferenceEngine.Attributes |
DOMDifferenceEngine.splitAttributes(org.w3c.dom.NamedNodeMap map)
Separates XML namespace related attributes from "normal" attributes.xb
|
Constructor and Description |
---|
ControlAttributePresentComparer(org.w3c.dom.Element control,
XPathContext controlContext,
org.w3c.dom.Element test,
XPathContext testContext,
DOMDifferenceEngine.Attributes testAttributes,
java.util.Set<org.w3c.dom.Attr> foundTestAttributes) |
NormalAttributeComparer(org.w3c.dom.Element control,
XPathContext controlContext,
DOMDifferenceEngine.Attributes controlAttributes,
org.w3c.dom.Element test,
XPathContext testContext,
DOMDifferenceEngine.Attributes testAttributes) |