Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java121 if (node1 != null) { in diffLog()
122 node1Str = "[Type]:" + nodeInfo(node1) + in diffLog()
123 " [Name]:" + node1.getNodeName(); in diffLog()
124 if (node1.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()
222 } else if (node1.getNodeName() == null || in compareNode()
231 if (ignoreTag(node1.getNodeName())) { in compareNode()
239 } else if (node1.getNodeValue() == null || in compareNode()
[all …]
/trunk/main/xmerge/workben/
H A DXmlDiff.java121 if (node1 != null) { in diffLog()
122 node1Str = "[Type]:" + nodeInfo(node1) + in diffLog()
123 " [Name]:" + node1.getNodeName(); in diffLog()
124 if (node1.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()
222 } else if (node1.getNodeName() == null || in compareNode()
231 if (ignoreTag(node1.getNodeName())) { in compareNode()
239 } else if (node1.getNodeValue() == null || in compareNode()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java135 Node node1 = (Node)obj1; 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()
182 } else if (node1.getNodeValue() == null || in compareNode()
190 if (!attributesEqual(node1, node2)) { in compareNode()
203 } else if (!childrenEqual(node1, node2)) { in compareNode()
230 NodeList node1Children = node1.getChildNodes(); in childrenEqual()
271 String nodeName = node1.getNodeName(); in attributesEqual()
[all …]
H A DCellNodeIterator.java87 protected boolean childrenEqual(Node node1, Node node2) { in childrenEqual() argument
91 if (node1.hasChildNodes() && node2.hasChildNodes()) { in childrenEqual()
92 Element cell1 = (Element)node1; in childrenEqual()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestCore.cxx60 Node::Pointer_t node1 = createNode(NS_style::LN_char, ph, "Text"); in testInsertSibling() local
63 node1->insertSibling(node2); in testInsertSibling()
65 string postfixSeq = node1->getText(); in testInsertSibling()
66 const Node* n = node1.get(); in testInsertSibling()
77 node1->insertSibling(node3); in testInsertSibling()
79 postfixSeq = node1->getText(); in testInsertSibling()
80 n = node1.get(); in testInsertSibling()
99 const Node* pn1 = node1.get(); in testAppendChildren()
103 node2->appendChildren(node1); in testAppendChildren()
121 Node::Pointer_t node1 = createNode(NS_style::LN_char, ph, "A"); in testCore() local
[all …]
/trunk/main/slideshow/qa/debug/
H A Dcolors.sh30 node1 [label="UNRESOLVED",style=filled,fillcolor="0.0,1.0,1.0"]
/trunk/main/desktop/test/deployment/options/
H A Dreadme.txt154 -node1

Completed in 38 milliseconds