Lines Matching refs:subelements
400 | ``//`` | Selects all subelements, on all levels beneath the |
544 subelements. *element* is an :class:`Element` instance. *encoding* [1]_ is
553 subelements. *element* is an :class:`Element` instance. *encoding* [1]_ is
641 Resets an element. This function removes all subelements, clears all
668 The following methods work on the element's children (subelements).
674 of subelements.
677 .. method:: extend(subelements)
679 Appends *subelements* from a sequence object with zero or more elements.
693 Finds all matching subelements, by tag name or path. Returns a list
735 Finds all matching subelements, by tag name or path. Returns an iterable
744 subelements, in document order, and returns all inner text.
762 for working with subelements: :meth:`~object.__delitem__`,
766 Caution: Elements with no subelements will test as ``False``. This behavior
773 print "element not found, or element has no subelements"
837 Finds all matching subelements, by tag name or path. Same as