xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of
iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,
xmlparser.CommentHandler(data) Called for comments. data is the text of the comment, excluding the leading '<
findall(match, namespaces=None) Same as Element.findall(), starting at the root of the tree.
DTDHandler.notationDecl(name, publicId, systemId) Handle a notation declaration event.
xml.sax.handler.all_properties List of all known property names.
xml.sax.saxutils.escape(data, entities={}) Escape '&', '<', and '>' in a string
class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire
xmlparser.ErrorCode Numeric code specifying the problem. This value can be passed to the ErrorString() function
html.unescape(s) Convert all named and numeric character references (e.g. >, >,
Page 1 of 34