Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java206 if (node1 == node2 || isNodeTheSame(node1, node2)) in isNodeAfter()
216 if (parent1 == parent2 || isNodeTheSame(parent1, parent2)) // then we know they are siblings in isNodeAfter()
293 if (startNode1 == startNode2 || isNodeTheSame(startNode1, startNode2)) // common parent? in isNodeAfter()
339 public static boolean isNodeTheSame(Node node1, Node node2) in isNodeTheSame() method in DOMHelper
394 if (child1 == child || isNodeTheSame(child1, child)) in isNodeAfterSibling()
405 else if (child2 == child || isNodeTheSame(child2, child)) in isNodeAfterSibling()
438 if (child1 == child || isNodeTheSame(child1, child)) in isNodeAfterSibling()
449 else if (child2 == child || isNodeTheSame(child2, child)) in isNodeAfterSibling()