AttributesNS.getValueByQName(name) Return the value for a qualified name.
HTMLParser.handle_comment(data) This method is called when a comment is encountered (e.g. <!--comment-->)
xml.dom.getDOMImplementation(name=None, features=()) Return a suitable DOM implementation. The name is either well-known
xmlparser.EndNamespaceDeclHandler(prefix) Called when the closing tag is reached for an element that contained a namespace declaration
xmlparser.ErrorColumnNumber Column number at which an error occurred.
class xml.etree.ElementTree.XMLParser(html=0, target=None, encoding=None) This class is the low-level building block of the
find(match, namespaces=None) Same as Element.find(), starting at the root of the tree.
Node.writexml(writer, indent="", addindent="", newl="") Write XML to the writer object. The writer should have a write()
xmlparser.ErrorLineNumber Line number at which an error occurred.
exception xml.sax.SAXParseException(msg, exception, locator) Subclass of SAXException raised on parse errors. Instances
Page 13 of 34