document_element property

document_element property

This is a convenience attribute that allows direct access to the child node that is the document element of the document.

Definition:

@property
def document_element(self):
    ...

See Also