Programmer's Guide
>
Interfaces
>
W3C Node interface
>
parentNode attribute
parentNode attribute
The parent of this node. All nodes, except
Attr
,
Document
,
DocumentFragment
,
Entity
, and
Notation
may have a parent. However, if a node has just been created and not yet added to the tree, or if it has been removed from the tree, this is
null
.
parentNode
Access
read-only
Returns
Node