Lines Matching refs:isSameNode
497 self.confirm(a1.isSameNode(a2))
506 self.confirm(a1.isSameNode(a2))
580 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
586 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
588 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
594 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
595 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
613 self.confirm((not se.isSameNode(ce))
614 and (not ce.isSameNode(se))
625 self.confirm((not sn.isSameNode(cn))
626 and (not cn.isSameNode(sn))
685 self.confirm(not clone.isSameNode(attr))
686 self.confirm(not attr.isSameNode(clone))
689 self.confirm(clone.ownerDocument.isSameNode(attr.ownerDocument),
1062 and elem.getAttributeNode("b").isSameNode(attr)
1063 and attrmap["b"].isSameNode(attr)
1064 and attr.ownerDocument.isSameNode(doc)
1065 and attr.ownerElement.isSameNode(elem))
1077 and elem.getAttributeNode("c").isSameNode(attr)
1079 "http://xml.python.org/ns", "c").isSameNode(attr)
1080 and attrmap["c"].isSameNode(attr)
1081 and attrmap[("http://xml.python.org/ns", "c")].isSameNode(attr))
1096 and elem.getAttributeNode("p:d").isSameNode(attr)
1098 "http://xml.python.org/ns2", "d").isSameNode(attr)
1099 and attrmap["p:d"].isSameNode(attr)
1100 and attrmap[("http://xml.python.org/ns2", "d")].isSameNode(attr))
1116 and elem.getAttributeNode("e").isSameNode(attr)
1117 and attrmap["e"].isSameNode(attr))
1135 and elem.ownerDocument.isSameNode(doc))
1144 and elem.ownerDocument.isSameNode(doc))
1153 and elem.ownerDocument.isSameNode(doc))
1162 and elem.ownerDocument.isSameNode(doc))
1293 self.confirm(e.isSameNode(doc.getElementById("v"))
1297 self.confirm(e.isSameNode(doc.getElementById("v"))
1298 and e.isSameNode(doc.getElementById("w"))
1306 and e.isSameNode(doc.getElementById("w"))
1312 self.confirm(e.isSameNode(doc.getElementById("w"))
1329 self.confirm(e.isSameNode(doc.getElementById("v"))
1333 self.confirm(e.isSameNode(doc.getElementById("v"))
1334 and e.isSameNode(doc.getElementById("w"))
1341 self.confirm(e.isSameNode(doc.getElementById("w")))
1348 self.confirm(e.isSameNode(doc.getElementById("w"))
1365 self.confirm(e.isSameNode(doc.getElementById("v"))
1369 self.confirm(e.isSameNode(doc.getElementById("v"))
1370 and e.isSameNode(doc.getElementById("w"))
1377 self.confirm(e.isSameNode(doc.getElementById("w")))
1384 self.confirm(e.isSameNode(doc.getElementById("w"))
1394 self.assertFalse(n1.isSameNode(n2))
1395 self.assertFalse(n2.isSameNode(n1))
1419 self.assertTrue(n1.ownerDocument.isSameNode(doc))
1420 self.assertTrue(n2.ownerDocument.isSameNode(doc2))