Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java350 if(areEqual && isNotSameAsOwner(head, first) && first.canAcceptVariables()) in findCommonAncestor()
382 protected boolean isNotSameAsOwner(MultistepExprHolder head, ElemTemplateElement ete) in isNotSameAsOwner() method in RedundentExprEliminator