Lines Matching refs:isSameNode
591 self.confirm(a1.isSameNode(a2))
600 self.confirm(a1.isSameNode(a2))
706 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
712 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
714 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
720 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
721 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
739 self.confirm((not se.isSameNode(ce))
740 and (not ce.isSameNode(se))
751 self.confirm((not sn.isSameNode(cn))
752 and (not cn.isSameNode(sn))
811 self.confirm(not clone.isSameNode(attr))
812 self.confirm(not attr.isSameNode(clone))
815 self.confirm(clone.ownerDocument.isSameNode(attr.ownerDocument),
1225 and elem.getAttributeNode("b").isSameNode(attr)
1226 and attrmap["b"].isSameNode(attr)
1227 and attr.ownerDocument.isSameNode(doc)
1228 and attr.ownerElement.isSameNode(elem))
1240 and elem.getAttributeNode("c").isSameNode(attr)
1242 "http://xml.python.org/ns", "c").isSameNode(attr)
1243 and attrmap["c"].isSameNode(attr)
1244 and attrmap[("http://xml.python.org/ns", "c")].isSameNode(attr))
1259 and elem.getAttributeNode("p:d").isSameNode(attr)
1261 "http://xml.python.org/ns2", "d").isSameNode(attr)
1262 and attrmap["p:d"].isSameNode(attr)
1263 and attrmap[("http://xml.python.org/ns2", "d")].isSameNode(attr))
1279 and elem.getAttributeNode("e").isSameNode(attr)
1280 and attrmap["e"].isSameNode(attr))
1298 and elem.ownerDocument.isSameNode(doc))
1307 and elem.ownerDocument.isSameNode(doc))
1316 and elem.ownerDocument.isSameNode(doc))
1325 and elem.ownerDocument.isSameNode(doc))
1456 self.confirm(e.isSameNode(doc.getElementById("v"))
1460 self.confirm(e.isSameNode(doc.getElementById("v"))
1461 and e.isSameNode(doc.getElementById("w"))
1469 and e.isSameNode(doc.getElementById("w"))
1475 self.confirm(e.isSameNode(doc.getElementById("w"))
1492 self.confirm(e.isSameNode(doc.getElementById("v"))
1496 self.confirm(e.isSameNode(doc.getElementById("v"))
1497 and e.isSameNode(doc.getElementById("w"))
1504 self.confirm(e.isSameNode(doc.getElementById("w")))
1511 self.confirm(e.isSameNode(doc.getElementById("w"))
1528 self.confirm(e.isSameNode(doc.getElementById("v"))
1532 self.confirm(e.isSameNode(doc.getElementById("v"))
1533 and e.isSameNode(doc.getElementById("w"))
1540 self.confirm(e.isSameNode(doc.getElementById("w")))
1547 self.confirm(e.isSameNode(doc.getElementById("w"))
1557 self.assertFalse(n1.isSameNode(n2))
1558 self.assertFalse(n2.isSameNode(n1))
1582 self.assertTrue(n1.ownerDocument.isSameNode(doc))
1583 self.assertTrue(n2.ownerDocument.isSameNode(doc2))