first_element_child property

first_element_child property

Returns the first child element node of this element. null if this element has no child elements.

Definition:

@property
def first_element_child(self):
    ...

See Also