The interface for all parent nodes.
Properties | |
| NodeList | childNodes [get] |
| The kids of this node. More... | |
| Node | parentNode [get] |
| The parent node. More... | |
| Element | parentElement [get] |
| The parent element. More... | |
| int | childCount [get] |
| The number of kids of this node. More... | |
| int | childElementCount [get] |
| The number of child elements of this parent. More... | |
| HTMLCollection | children [get] |
| The kids of this node. More... | |
| Element | firstElementChild [get] |
| The first element child of this node. More... | |
| Element | lastElementChild [get] |
| The last element child of this node. More... | |
|
get |
The number of kids of this node.
|
get |
The number of child elements of this parent.
|
get |
The kids of this node.
|
get |
The kids of this node.
|
get |
The first element child of this node.
|
get |
The last element child of this node.
|
get |
The parent element.
|
get |
The parent node.