Searched defs:childToParent (Results 1 – 3 of 3) sorted by relevance
183 String joint, Map<String, String> childToParent, List<String> result) { in getChain() argument209 TreeMap<String, String> childToParent = new TreeMap<>(); in invertToMap() local
102 public final Multimap<String, String> childToParent; field in GenerateLanguageContainment.QueryHelper442 Multimap<String, String> childToParent = in run() local
45 static Map<DtdType, Multimap<Element, Element>> childToParent = new LinkedHashMap<>(); field in CheckLdmlDtdReferences