Home
last modified time | relevance | path

Searched refs:hasConflict (Results 1 – 5 of 5) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/
DDOMTestDocumentBuilderFactory.java106 boolean hasConflict = false; in mergeSettings()
109 if (newSetting.hasConflict(setting) || setting.hasConflict(newSetting)) { in mergeSettings()
110 hasConflict = true; in mergeSettings()
114 if (!hasConflict) { in mergeSettings()
DDocumentBuilderSetting.java225 public final boolean hasConflict(DocumentBuilderSetting other) { in hasConflict() method in DocumentBuilderSetting
232 return strategy.hasConflict(other.strategy); in hasConflict()
DDocumentBuilderSettingStrategy.java33 public boolean hasConflict(DocumentBuilderSettingStrategy other) { in hasConflict() method in DocumentBuilderSettingStrategy
188 public boolean hasConflict(DocumentBuilderSettingStrategy other) {
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDocumentBuilderSetting.java225 public final boolean hasConflict(DocumentBuilderSetting other) { in hasConflict() method in DocumentBuilderSetting
232 return strategy.hasConflict(other.strategy); in hasConflict()
DDocumentBuilderSettingStrategy.java15 public boolean hasConflict(DocumentBuilderSettingStrategy other) { in hasConflict() method in DocumentBuilderSettingStrategy
147 public boolean hasConflict(DocumentBuilderSettingStrategy other) {