• Home
  • Raw
  • Download

Lines Matching refs:ownerDocument

36     ownerDocument = None  variable in Node
205 return _clone_node(self, deep, self.ownerDocument or self)
208 return self.ownerDocument.implementation.hasFeature(feature, version)
262 self.parentNode = self.ownerDocument = None
414 self.ownerDocument._magic_id_count -= 1
422 doc = self.ownerDocument
436 doc = self.ownerDocument
531 node.ownerDocument = self._ownerElement.ownerDocument
691 d["ownerDocument"] = self.ownerDocument
709 d["ownerDocument"] = self.ownerDocument
772 node.ownerDocument = self.ownerDocument
847 self.ownerDocument._magic_id_count += 1
1027 newText.ownerDocument = self.ownerDocument
1096 info = self.ownerDocument._get_elem_info(elem)
1256 if self.ownerDocument is None:
1400 doctype.parentNode = doctype.ownerDocument = doc
1471 node.ownerDocument._id_cache.clear()
1472 node.ownerDocument._id_search_stack= None
1587 assert childclone.ownerDocument.isSameNode(clone)
1601 d.ownerDocument = self
1606 e.ownerDocument = self
1614 t.ownerDocument = self
1622 c.ownerDocument = self
1627 c.ownerDocument = self
1632 p.ownerDocument = self
1637 a.ownerDocument = self
1644 e.ownerDocument = self
1650 a.ownerDocument = self
1659 e.ownerDocument = self
1664 n.ownerDocument = self
1754 if n.ownerDocument is not self:
1757 "expected %s,\nfound %s" % (self, n.ownerDocument))
1817 if node.ownerDocument.isSameNode(newOwnerDocument):
1856 assert node.ownerDocument is not newOwnerDocument
1860 clone.ownerDocument = newOwnerDocument
1866 notation.ownerDocument = newOwnerDocument
1876 entity.ownerDocument = newOwnerDocument