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