Searched refs:node2 (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlDiff.java | 128 if (node2 != null) { in diffLog() 129 node2Str = "[Type]:" + nodeInfo(node2) + in diffLog() 130 " [Name]:" + node2.getNodeName(); in diffLog() 131 if (node2.getNodeValue() != null) in diffLog() 202 private boolean compareNode(Node node1, Node node2) { in compareNode() argument 207 if (node1 == null && node2 == null) { in compareNode() 210 } else if (node1 == null || node2 == null) { in compareNode() 223 node2.getNodeName() == null) { in compareNode() 240 node2.getNodeValue() == null) { in compareNode() 249 if (!attributesEqual(node1, node2)) in compareNode() [all …]
|
/aoo41x/main/xmerge/workben/ |
H A D | XmlDiff.java | 128 if (node2 != null) { in diffLog() 129 node2Str = "[Type]:" + nodeInfo(node2) + in diffLog() 130 " [Name]:" + node2.getNodeName(); in diffLog() 131 if (node2.getNodeValue() != null) in diffLog() 202 private boolean compareNode(Node node1, Node node2) { in compareNode() argument 207 if (node1 == null && node2 == null) { in compareNode() 210 } else if (node1 == null || node2 == null) { in compareNode() 223 node2.getNodeName() == null) { in compareNode() 240 node2.getNodeValue() == null) { in compareNode() 249 if (!attributesEqual(node1, node2)) in compareNode() [all …]
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/ |
H A D | NodeIterator.java | 136 Node node2 = (Node)obj2; in equivalent() local 138 equal = compareNode(node1, node2); in equivalent() 160 protected boolean compareNode(Node node1, Node node2) { in compareNode() argument 165 if (node1 == null || node2 == null) { in compareNode() 170 if (node1.getNodeType() != node2.getNodeType()) { in compareNode() 183 node2.getNodeValue() == null) { in compareNode() 190 if (!attributesEqual(node1, node2)) { in compareNode() 203 } else if (!childrenEqual(node1, node2)) { in compareNode() 225 protected boolean childrenEqual(Node node1, Node node2) { in childrenEqual() argument 231 NodeList node2Children = node2.getChildNodes(); in childrenEqual() [all …]
|
H A D | CellNodeIterator.java | 87 protected boolean childrenEqual(Node node1, Node node2) { in childrenEqual() argument 91 if (node1.hasChildNodes() && node2.hasChildNodes()) { in childrenEqual() 93 Element cell2 = (Element)node2; in childrenEqual()
|
/aoo41x/main/writerfilter/qa/cppunittests/odiapi/ |
H A D | testCore.cxx | 61 Node::Pointer_t node2 = createNode(NS_style::LN_char, ph, "\\par"); in testInsertSibling() local 63 node1->insertSibling(node2); in testInsertSibling() 101 Node::Pointer_t node2 = createNode(NS_style::LN_char, ph, "\\par"); in testAppendChildren() local 103 node2->appendChildren(node1); in testAppendChildren() 105 CPPUNIT_ASSERT_MESSAGE("Append children failed", &node2->getFirstChild() == pn1); in testAppendChildren() 107 const Node* n = &node2->getFirstChild(); in testAppendChildren() 122 Node::Pointer_t node2 = createNode(NS_style::LN_char, ph, "\\span"); in testCore() local 124 node2->appendChildren(node1); in testCore() 131 node2->insertSibling(node4); in testCore() 135 node5->appendChildren(node2); in testCore()
|
/aoo41x/main/slideshow/qa/debug/ |
H A D | colors.sh | 31 node2 [label="RESOLVED",style=filled,fillcolor="0.17328679513998632735430803036454,1.0,1.0"]
|
/aoo41x/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 670 TreeNode node2 = convertChildren(xEnumChildren); in convertChildren() local 671 assertSame("stack error: meta-field", node2, node); in convertChildren() 795 TreeNode node2 = convertChildren(xEnumChildren); in convertChildren() local 796 assertSame("stack error: meta", node2, node); in convertChildren()
|
Completed in 36 milliseconds