Searched refs:isNodeTheSame (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java206 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) method in class:DOMHelper
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))
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 128 milliseconds