ownerDocument property
final
The document this node belongs to.
Returns null if this node does not belong to any document.
Other resources
- Node.ownerDocument from MDN.
Implementation
final Document ownerDocument
The document this node belongs to.
Returns null if this node does not belong to any document.
final Document ownerDocument