Searched refs:attributeToElements (Results 1 – 1 of 1) sorted by relevance
142 for (String attribute : attributeToElements.keySet()) { in writeAttributeElements()144 for (String element : attributeToElements.getAll(attribute)) { in writeAttributeElements()623 Relation<String, String> attributeToElements = Relation.of(new TreeMap<String, Set<String>>(), field in FindDTDOrder643 attributeToElements.put(aName, eName); in attributeDecl()