Home | History | Annotate | Download | only in dom

Lines Matching defs:ownerDocument

36     ownerDocument = None
205 return _clone_node(self, deep, self.ownerDocument or self)
208 return self.ownerDocument.implementation.hasFeature(feature, version)
262 self.parentNode = self.ownerDocument = None
417 self.ownerDocument._magic_id_count -= 1
425 doc = self.ownerDocument
439 doc = self.ownerDocument
534 node.ownerDocument = self._ownerElement.ownerDocument
694 d["ownerDocument"] = self.ownerDocument
712 d["ownerDocument"] = self.ownerDocument
775 node.ownerDocument = self.ownerDocument
850 self.ownerDocument._magic_id_count += 1
1030 newText.ownerDocument = self.ownerDocument
1099 info = self.ownerDocument._get_elem_info(elem)
1259 if self.ownerDocument is None:
1403 doctype.parentNode = doctype.ownerDocument = doc
1474 node.ownerDocument._id_cache.clear()
1475 node.ownerDocument._id_search_stack= None
1590 assert childclone.ownerDocument.isSameNode(clone)
1604 d.ownerDocument = self
1609 e.ownerDocument = self
1617 t.ownerDocument = self
1625 c.ownerDocument = self
1630 c.ownerDocument = self
1635 p.ownerDocument = self
1640 a.ownerDocument = self
1647 e.ownerDocument = self
1653 a.ownerDocument = self
1662 e.ownerDocument = self
1667 n.ownerDocument = self
1757 if n.ownerDocument is not self:
1760 "expected %s,\nfound %s" % (self, n.ownerDocument))
1820 if node.ownerDocument.isSameNode(newOwnerDocument):
1859 assert node.ownerDocument is not newOwnerDocument
1863 clone.ownerDocument = newOwnerDocument
1869 notation.ownerDocument = newOwnerDocument
1879 entity.ownerDocument = newOwnerDocument