Searched refs:knownAttributeExceptions (Results 1 – 1 of 1) sorted by relevance
98 …private static final ImmutableSet<Pair<String, String>> knownAttributeExceptions = ImmutableSet.of( field in TestBasic1389 … if (knownAttributeExceptions.contains(Pair.of(newElement.getName(), oldAttribute.getName()))) { in TestDtdCompatibility()