Searched refs:node1 (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlDiff.java | 121 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 …]
|
/aoo41x/main/xmerge/workben/ |
H A D | XmlDiff.java | 121 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 …]
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/ |
H A D | NodeIterator.java | 135 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 D | CellNodeIterator.java | 87 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()
|
/aoo41x/main/writerfilter/qa/cppunittests/odiapi/ |
H A D | testCore.cxx | 60 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 …]
|
/aoo41x/main/slideshow/qa/debug/ |
H A D | colors.sh | 30 node1 [label="UNRESOLVED",style=filled,fillcolor="0.0,1.0,1.0"]
|
/aoo41x/main/desktop/test/deployment/options/ |
H A D | readme.txt | 154 -node1
|
Completed in 20 milliseconds