child_nodes property

child_nodes property

Returns a live NodeList of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments.

Remarks

Reference:

DOM Standard.

Definition:

@property
def child_nodes(self):
    ...

See Also