Lines Matching refs:subelements
423 | ``//`` | Selects all subelements, on all levels beneath the |
596 subelements. *element* is an :class:`Element` instance. *encoding* [1]_ is
611 subelements. *element* is an :class:`Element` instance. *encoding* [1]_ is
704 Resets an element. This function removes all subelements, clears all
731 The following methods work on the element's children (subelements).
737 of subelements. Raises :exc:`TypeError` if *subelement* is not an
741 .. method:: extend(subelements)
743 Appends *subelements* from a sequence object with zero or more elements.
759 Finds all matching subelements, by tag name or
806 Finds all matching subelements, by tag name or
818 subelements, in document order, and returns all inner text.
836 for working with subelements: :meth:`~object.__delitem__`,
840 Caution: Elements with no subelements will test as ``False``. This behavior
847 print("element not found, or element has no subelements")