child_nodes property

child_nodes property

A NodeList that contains all children of this node. If there are no children, this is a NodeList containing no nodes..

Definition:

@property
def child_nodes(self):
    ...

See Also