Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java128 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 …]
/trunk/main/xmerge/workben/
H A DXmlDiff.java128 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 …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java136 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 DCellNodeIterator.java87 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()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestCore.cxx61 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()
/trunk/main/slideshow/qa/debug/
H A Dcolors.sh31 node2 [label="RESOLVED",style=filled,fillcolor="0.17328679513998632735430803036454,1.0,1.0"]
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java670 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 50 milliseconds