Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/workben/
H A DXmlDiff.java252 NodeList node1Children = node1.getChildNodes(); in compareNode() local
256 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()
/aoo4110/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java252 NodeList node1Children = node1.getChildNodes(); in compareNode() local
256 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()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java230 NodeList node1Children = node1.getChildNodes(); in childrenEqual() local
233 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 27 milliseconds