HomeSort by relevance Sort by last modified time
    Searched defs:isNodeTheSame (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 206 if (node1 == node2 || isNodeTheSame(node1, node2))
216 if (parent1 == parent2 || isNodeTheSame(parent1, parent2)) // then we know they are siblings
293 if (startNode1 == startNode2 || isNodeTheSame(startNode1, startNode2)) // common parent?
339 public static boolean isNodeTheSame(Node node1, Node node2)
394 if (child1 == child || isNodeTheSame(child1, child))
405 else if (child2 == child || isNodeTheSame(child2, child))
438 if (child1 == child || isNodeTheSame(child1, child))
449 else if (child2 == child || isNodeTheSame(child2, child))
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 168 milliseconds