Lines Matching refs:subelements
444 | ``//`` | Selects all subelements, on all levels beneath the |
686 subelements. *element* is an :class:`Element` instance. *encoding* [1]_ is
710 subelements. *element* is an :class:`Element` instance. *encoding* [1]_ is
908 Resets an element. This function removes all subelements, clears all
935 The following methods work on the element's children (subelements).
941 of subelements. Raises :exc:`TypeError` if *subelement* is not an
945 .. method:: extend(subelements)
947 Appends *subelements* from a sequence object with zero or more elements.
964 Finds all matching subelements, by tag name or
1001 Finds all matching subelements, by tag name or
1013 subelements, in document order, and returns all inner text.
1031 for working with subelements: :meth:`~object.__delitem__`,
1035 Caution: Elements with no subelements will test as ``False``. This behavior
1042 print("element not found, or element has no subelements")