public class ElementNameQualifier extends Object implements ElementQualifier
| Constructor and Description |
|---|
ElementNameQualifier() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
equalsNamespace(Node control,
Node test)
Determine whether two nodes are defined by the same namespace URI
|
protected String |
getNonNamespacedNodeName(Node node)
Strip any namespace information off a node name
|
boolean |
qualifyForComparison(Element control,
Element test)
Determine whether two elements qualify for further Difference comparison.
|
public boolean qualifyForComparison(Element control, Element test)
qualifyForComparison in interface ElementQualifiercontrol - test - protected boolean equalsNamespace(Node control, Node test)
control - test - Copyright © 2001–2022 XMLUnit. All rights reserved.