ElementQualifierElementNameAndAttributeQualifier, ElementNameAndTextQualifierpublic class ElementNameQualifier extends java.lang.Object implements ElementQualifier
| Constructor | Description |
|---|---|
ElementNameQualifier() |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
equalsNamespace(org.w3c.dom.Node control,
org.w3c.dom.Node test) |
Determine whether two nodes are defined by the same namespace URI
|
protected java.lang.String |
getNonNamespacedNodeName(org.w3c.dom.Node node) |
Strip any namespace information off a node name
|
boolean |
qualifyForComparison(org.w3c.dom.Element control,
org.w3c.dom.Element test) |
Determine whether two elements qualify for further Difference comparison.
|
public boolean qualifyForComparison(org.w3c.dom.Element control,
org.w3c.dom.Element test)
qualifyForComparison in interface ElementQualifiercontrol - test - protected boolean equalsNamespace(org.w3c.dom.Node control,
org.w3c.dom.Node test)
control - test - protected java.lang.String getNonNamespacedNodeName(org.w3c.dom.Node node)
node -