Home
last modified time | relevance | path

Searched refs:numAncestors (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java311 int numAncestors = countAncestors(elem); in findCommonAncestor() local
312 ancestorCounts[i] = numAncestors; in findCommonAncestor()
313 if(numAncestors < shortestAncestorCount) in findCommonAncestor()
315 shortestAncestorCount = numAncestors; in findCommonAncestor()