HTMLParser.handle_endtag(tag) This method is called to handle the end tag of an element (e.g. </div>).
xml.sax.make_parser(parser_list=[]) Create and return a SAX
Node.replaceChild(newChild, oldChild) Replace an existing node with a new node. It must be the case that oldChild is
Element.setAttributeNodeNS(newAttr) Add a new attribute node to the element, replacing an existing attribute if necessary if
exception xml.parsers.expat.error Alias for ExpatError.
Element.setAttributeNode(newAttr) Add a new attribute node to the element, replacing an existing attribute if necessary if the
ContentHandler.startElementNS(name, qname, attrs) Signals the start of an element in namespace mode. The
start(tag, attrs) Opens a new element. tag is the element name. attrs is a dictionary containing element attributes
xml.dom.minidom.parseString(string, parser=None) Return a Document that represents the string. This method
xmlparser.ExternalEntityRefHandler(context, base, systemId, publicId) Called for references to external entities. base
Page 18 of 34