public abstract class AbstractAttributeMatcher extends AbstractTagMatcher
| Constructor and Description |
|---|
AbstractAttributeMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getAttributeName() |
protected abstract boolean |
ignoreCaseAttributeName() |
protected abstract boolean |
ignoreCaseAttributeValue() |
boolean |
matches(org.jdom2.Element originalElement,
org.jdom2.Element patchElement)
Compares two elements to know if they correspond for merging.
|
equalsString, ignoreCaseElementNameprotected abstract boolean ignoreCaseAttributeName()
protected abstract boolean ignoreCaseAttributeValue()
protected abstract String getAttributeName()
public boolean matches(org.jdom2.Element originalElement,
org.jdom2.Element patchElement)
Matchermatches in interface Matchermatches in class AbstractTagMatcheroriginalElement - Original elementpatchElement - Patch elementCopyright © 2001–2025. All rights reserved.