find(match, namespaces=None) Finds the first subelement matching match. match may be a tag name or a path
append(subelement) Adds the element subelement to the end of this element’s internal list of subelements. Raises
InputSource.getPublicId() Returns the public identifier of this InputSource.
text tail These attributes can be used to hold additional data associated with the element. Their values are usually
xml.etree.ElementTree.tostringlist(element, encoding="us-ascii", method="xml", *, short_empty_elements=True) Generates a string
makeelement(tag, attrib) Creates a new element object of the same type as this element. Do not call this method, use the
xml.etree.ElementTree.fromstring(text) Parses an XML section from a string constant. Same as XML(). text
xml.etree.ElementTree.parse(source, parser=None) Parses an XML section into an element tree. source is a filename or
xml.dom.minidom.parseString(string, parser=None) Return a Document that represents the string. This method
xml.etree.ElementTree.fromstringlist(sequence, parser=None) Parses an XML document from a sequence of string fragments. sequence
Page 15 of 34