items() Returns the element attributes as a sequence of (name, value) pairs. The attributes are returned in an arbitrary order
Attributes.getType(name) Returns the type of the attribute name, which is normally 'CDATA'.
xml.sax.handler.property_lexical_handler value: "http://xml.org/sax/propertie
xml.etree.ElementTree.fromstringlist(sequence, parser=None) Parses an XML document from a sequence of string fragments. sequence
xml.etree.ElementTree.dump(elem) Writes an element tree or element structure to sys.stdout. This function should be used for
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
makeelement(tag, attrib) Creates a new element object of the same type as this element. Do not call this method, use the
xml.dom.minidom.parseString(string, parser=None) Return a Document that represents the string. This method
xml.etree.ElementTree.parse(source, parser=None) Parses an XML section into an element tree. source is a filename or
Page 15 of 34