owner_document property

owner_document property

Returns the top-level document object of the node.

Remarks

Reference:

DOM Standard.

Definition:

@property
def owner_document(self):
    ...

See Also