IncrementalParser.close() Assume the end of the document. That will check well-formedness conditions that can be checked only
AttributesNS.getNameByQName(name) Return the (namespace, localname) pair for a qualified name.
xml.etree.ElementTree.tostringlist(element, encoding="us-ascii", method="xml", *, short_empty_elements=True) Generates a string
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
tag A string identifying what kind of data this element represents (the element type, in other words).
read_events() Return an iterator over the events which have been encountered in the data fed to the parser. The iterator yields
text tail These attributes can be used to hold additional data associated with the element. Their values are usually
Attributes.getType(name) Returns the type of the attribute name, which is normally 'CDATA'.
xmlparser.buffer_size The size of the buffer used when buffer_text is true. A new buffer size can be set by assigning
Page 15 of 34