get_alt_text
Description:
Obtains the “alternate” text representation of the element (and its child elements).
This is mostly used for non-text elements like images and figures, to specify a textual description of the element.
Note that for elements containing proper text, the function get_text must be used instead.
Parameters:
this |
Returns:
The alternate text representation for the element, or |