getroot() Returns the root element for this tree.
position A tuple of line, column numbers, specifying where the error occurred.
AttributesNS.getQNameByName(name) Return the qualified name for a (namespace, localname) pair.
xml.etree.ElementTree.Comment(text=None) Comment element factory. This factory function creates a special element that will
html.escape(s, quote=True) Convert the characters &, < and > in string s
HTMLParser.handle_comment(data) This method is called when a comment is encountered (e.g. <!--comment-->)
doctype(name, pubid, system) Handles a doctype declaration. name is the doctype name. pubid is the public
Element.removeAttributeNode(oldAttr) Remove and return oldAttr from the attribute list, if present. If oldAttr
exception xml.dom.DomstringSizeErr Raised when a specified range of text does not fit into a string. This is not known to be
InputSource.setByteStream(bytefile) Set the byte stream (a binary file) for this input
Page 12 of 34