ownerDocument property

Document? ownerDocument
final

Document that owns this node.

In Document nodes, the value is null. In all other nodes, the value is non-null.

Implementation

final Document? ownerDocument;