DTDHandler.notationDecl(name, publicId, systemId) Handle a notation declaration event.
feed(data) Feeds data to the parser. data is encoded data.
xmlparser.buffer_text Setting this to true causes the xmlparser object to buffer textual content returned by Expat
xmlparser.specified_attributes If set to a non-zero integer, the parser will report only those attributes which were specified
NodeList.item(i) Return the i‘th item from the sequence, if there is one, or None. The index i
EntityResolver.resolveEntity(publicId, systemId) Resolve the system identifier of an entity and return either the system identifier
html.entities.name2codepoint A dictionary that maps HTML entity names to the Unicode code points.
class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire
xmlparser.CommentHandler(data) Called for comments. data is the text of the comment, excluding the leading '<
xmlparser.StartElementHandler(name, attributes) Called for the start of every element. name is a string containing
Page 1 of 34