Searched refs:node1Children (Results 1 – 3 of 3) sorted by relevance
252 NodeList node1Children = node1.getChildNodes(); in compareNode() local256 if (node1Children == null && node2Children == null) { in compareNode()261 if (node1Children == null || node2Children == null) { in compareNode()266 if (node1Children.getLength() != node2Children.getLength()) { in compareNode()274 for (int i = 0; i < node1Children.getLength(); i++) { in compareNode()275 if (!compareNode(node1Children.item(i), in compareNode()
230 NodeList node1Children = node1.getChildNodes(); in childrenEqual() local233 if (node1Children == null || node2Children == null) { in childrenEqual()237 if (node1Children.getLength() != node2Children.getLength()) { in childrenEqual()244 for (int i = 0; i < node1Children.getLength(); i++) { in childrenEqual()245 if (!compareNode(node1Children.item(i), in childrenEqual()
Completed in 49 milliseconds