Lines Matching refs:subelement
676 the subelement name. *attrib* is an optional dictionary, containing element
938 .. method:: append(subelement)
940 Adds the element *subelement* to the end of this element's internal list
941 of subelements. Raises :exc:`TypeError` if *subelement* is not an
948 Raises :exc:`TypeError` if a subelement is not an :class:`Element`.
955 Finds the first subelement matching *match*. *match* may be a tag name
973 Finds text for the first subelement matching *match*. *match* may be
982 .. method:: insert(index, subelement)
984 Inserts *subelement* at the given position in this element. Raises
985 :exc:`TypeError` if *subelement* is not an :class:`Element`.
1024 .. method:: remove(subelement)
1026 Removes *subelement* from the element. Unlike the find\* methods this