xml.sax.xmlreader.IncrementalParser.close()

IncrementalParser.close() Assume the end of the document. That will check well-formedness conditions that can be checked only

2016-10-07 17:48:26
xml.sax.xmlreader.AttributesNS.getNameByQName()

AttributesNS.getNameByQName(name) Return the (namespace, localname) pair for a qualified name.

2016-10-07 17:48:25
xml.etree.ElementTree.tostringlist()

xml.etree.ElementTree.tostringlist(element, encoding="us-ascii", method="xml", *, short_empty_elements=True) Generates a string

2016-10-07 17:48:04
xml.etree.ElementTree.Element.find()

find(match, namespaces=None) Finds the first subelement matching match. match may be a tag name or a path

2016-10-07 17:47:57
xml.etree.ElementTree.Element.append()

append(subelement) Adds the element subelement to the end of this element’s internal list of subelements. Raises

2016-10-07 17:47:57
xml.etree.ElementTree.Element.tag

tag A string identifying what kind of data this element represents (the element type, in other words).

2016-10-07 17:48:00
xml.etree.ElementTree.XMLPullParser.read_events()

read_events() Return an iterator over the events which have been encountered in the data fed to the parser. The iterator yields

2016-10-07 17:48:07
xml.etree.ElementTree.Element.text

text tail These attributes can be used to hold additional data associated with the element. Their values are usually

2016-10-07 17:48:00
xml.sax.xmlreader.Attributes.getType()

Attributes.getType(name) Returns the type of the attribute name, which is normally 'CDATA'.

2016-10-07 17:48:25
xml.parsers.expat.xmlparser.buffer_size

xmlparser.buffer_size The size of the buffer used when buffer_text is true. A new buffer size can be set by assigning

2016-10-07 17:48:09