Searched refs:ancestorToDescendant (Results 1 – 1 of 1) sorted by relevance
189 Relation<String, String> ancestorToDescendant = null; field in FindDTDOrder192 if (ancestorToDescendant == null) { in isAncestorOf()193 ancestorToDescendant = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.class); in isAncestorOf()196 Set<String> possibleDescendents = ancestorToDescendant.getAll(possibleAncestor); in isAncestorOf()212 ancestorToDescendant.put(ancestor, child); in buildPairwiseRelations()