Searched refs:SKIP_ELEMENTS (Results 1 – 3 of 3) sorted by relevance
84 if (SKIP_ELEMENTS.contains(name)) { in checkNames()136 …static final Set<String> SKIP_ELEMENTS = new HashSet<>(Arrays.asList("generation", "identity", "al… field in ShowDtdDiffs
164 if (SKIP_ELEMENTS.contains(name)) { in checkNames()283 …static final Set<String> SKIP_ELEMENTS = ImmutableSet.of("generation", "identity", "special"); // … field in ChartDtdDelta
43 static final Set<String> SKIP_ELEMENTS = new HashSet<String>(Arrays.asList( field in DtdDataCheck.Walker152 if (SKIP_ELEMENTS.contains(e.name)) { in show()