Lines Matching defs:ownerDocument
37 ownerDocument = None
207 return _clone_node(self, deep, self.ownerDocument or self)
210 return self.ownerDocument.implementation.hasFeature(feature, version)
264 self.parentNode = self.ownerDocument = None
347 '_prefix', 'childNodes', '_localName', 'ownerDocument', 'ownerElement')
433 self.ownerDocument._magic_id_count -= 1
441 doc = self.ownerDocument
455 doc = self.ownerDocument
564 node.ownerDocument = self._ownerElement.ownerDocument
665 __slots__=('ownerDocument', 'parentNode', 'tagName', 'nodeName', 'prefix',
752 attr.ownerDocument = self.ownerDocument
765 attr.ownerDocument = self.ownerDocument
836 node.ownerDocument = self.ownerDocument
931 self.ownerDocument._magic_id_count += 1
1019 __slots__=('_data', 'ownerDocument','parentNode', 'previousSibling', 'nextSibling')
1022 self.ownerDocument = self.parentNode = None
1104 newText.ownerDocument = self.ownerDocument
1171 info = self.ownerDocument._get_elem_info(elem)
1328 if self.ownerDocument is None:
1472 doctype.parentNode = doctype.ownerDocument = doc
1543 node.ownerDocument._id_cache.clear()
1544 node.ownerDocument._id_search_stack= None
1661 assert childclone.ownerDocument.isSameNode(clone)
1675 d.ownerDocument = self
1680 e.ownerDocument = self
1688 t.ownerDocument = self
1696 c.ownerDocument = self
1701 c.ownerDocument = self
1706 p.ownerDocument = self
1711 a.ownerDocument = self
1718 e.ownerDocument = self
1724 a.ownerDocument = self
1733 e.ownerDocument = self
1738 n.ownerDocument = self
1833 if n.ownerDocument is not self:
1836 "expected %s,\nfound %s" % (self, n.ownerDocument))
1894 if node.ownerDocument.isSameNode(newOwnerDocument):
1933 assert node.ownerDocument is not newOwnerDocument
1937 clone.ownerDocument = newOwnerDocument
1943 notation.ownerDocument = newOwnerDocument
1953 entity.ownerDocument = newOwnerDocument