Home | History | Annotate | Download | only in test

Lines Matching refs:isSameNode

533         self.confirm(a1.isSameNode(a2))
542 self.confirm(a1.isSameNode(a2))
642 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
648 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
650 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
656 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
657 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
675 self.confirm((not se.isSameNode(ce))
676 and (not ce.isSameNode(se))
687 self.confirm((not sn.isSameNode(cn))
688 and (not cn.isSameNode(sn))
747 self.confirm(not clone.isSameNode(attr))
748 self.confirm(not attr.isSameNode(clone))
751 self.confirm(clone.ownerDocument.isSameNode(attr.ownerDocument),
1124 and elem.getAttributeNode("b").isSameNode(attr)
1125 and attrmap["b"].isSameNode(attr)
1126 and attr.ownerDocument.isSameNode(doc)
1127 and attr.ownerElement.isSameNode(elem))
1139 and elem.getAttributeNode("c").isSameNode(attr)
1141 "http://xml.python.org/ns", "c").isSameNode(attr)
1142 and attrmap["c"].isSameNode(attr)
1143 and attrmap[("http://xml.python.org/ns", "c")].isSameNode(attr))
1158 and elem.getAttributeNode("p:d").isSameNode(attr)
1160 "http://xml.python.org/ns2", "d").isSameNode(attr)
1161 and attrmap["p:d"].isSameNode(attr)
1162 and attrmap[("http://xml.python.org/ns2", "d")].isSameNode(attr))
1178 and elem.getAttributeNode("e").isSameNode(attr)
1179 and attrmap["e"].isSameNode(attr))
1197 isSameNode(doc))
1206 and elem.ownerDocument.isSameNode(doc))
1215 and elem.ownerDocument.isSameNode(doc))
1224 and elem.ownerDocument.isSameNode(doc))
1355 self.confirm(e.isSameNode(doc.getElementById("v"))
1359 self.confirm(e.isSameNode(doc.getElementById("v"))
1360 and e.isSameNode(doc.getElementById("w"))
1368 and e.isSameNode(doc.getElementById("w"))
1374 self.confirm(e.isSameNode(doc.getElementById("w"))
1391 self.confirm(e.isSameNode(doc.getElementById("v"))
1395 self.confirm(e.isSameNode(doc.getElementById("v"))
1396 and e.isSameNode(doc.getElementById("w"))
1403 self.confirm(e.isSameNode(doc.getElementById("w")))
1410 self.confirm(e.isSameNode(doc.getElementById("w"))
1427 self.confirm(e.isSameNode(doc.getElementById("v"))
1431 self.confirm(e.isSameNode(doc.getElementById("v"))
1432 and e.isSameNode(doc.getElementById("w"))
1439 self.confirm(e.isSameNode(doc.getElementById("w")))
1446 self.confirm(e.isSameNode(doc.getElementById("w"))
1465 and not n1.isSameNode(n2)
1466 and not n2.isSameNode(n1))
1490 self.confirm(n1.ownerDocument.isSameNode(doc)
1491 and n2.ownerDocument.isSameNode(doc2))