Searched refs:ELEMENTS_OCCURRING (Results 1 – 1 of 1) sorted by relevance
152 …static final Relation<String, DtdType> ELEMENTS_OCCURRING = Relation.of(new TreeMap(), TreeSet.cla… field in GenerateItemCounts223 … Set<DtdType> occurs = CldrUtility.ifNull(ELEMENTS_OCCURRING.get(element), Collections.EMPTY_SET); in checkBadAttributes()589 ELEMENTS_OCCURRING.put(element, type2); in capture()