get(key, default=None) Gets the element attribute named key. Returns the attribute
xml.etree.ElementTree.tostring(element, encoding="us-ascii", method="xml", *, short_empty_elements=True) Generates a string
xml.sax.make_parser(parser_list=[]) Create and return a SAX
XMLReader.setFeature(featurename, value) Set the featurename to value. If the feature is not recognized,
xml.etree.ElementTree.tostringlist(element, encoding="us-ascii", method="xml", *, short_empty_elements=True) Generates a string
read_events() Return an iterator over the events which have been encountered in the data fed to the parser. The iterator yields
exception xml.sax.SAXNotRecognizedException(msg, exception=None) Subclass of SAXException raised when a SAX
Document.createElement(tagName) Create and return a new element node. The element is not inserted into the document when it
xml.etree.ElementTree.fromstring(text) Parses an XML section from a string constant. Same as XML(). text
XMLReader.getErrorHandler() Return the current
Page 16 of 34