Searched refs:nameToAttributes (Results 1 – 1 of 1) sorted by relevance
45 …private final Relation<String, Attribute> nameToAttributes = Relation.of(new TreeMap<String, Set<A… field in DtdData702 nameToAttributes.freeze(); in freeze()825 return nameToAttributes; in getAttributesFromName()1114 return new LinkedHashSet<Attribute>(nameToAttributes.values()); in getAttributes()