exception xml.sax.SAXParseException(msg, exception, locator) Subclass of SAXException raised on parse errors. Instances
xmlparser.AttlistDeclHandler(elname, attname, type, default, required) Called for each declared attribute for an element type
xml.etree.ElementTree.register_namespace(prefix, uri) Registers a namespace prefix. The registry is global, and any existing
write(file, encoding="us-ascii", xml_declaration=None, default_namespace=None, method="xml", *, short_empty_elements=True) Writes
class xml.dom.pulldom.PullDom(documentFactory=None) Subclass of
position A tuple of line, column numbers, specifying where the error occurred.
ErrorHandler.warning(exception) Called when the parser presents minor warning information to the application. Parsing is expected
ContentHandler.endElement(name) Signals the end of an element in non-namespace mode. The name
AttributesNS.getValueByQName(name) Return the value for a qualified name.
AttributesNS.getNameByQName(name) Return the (namespace, localname) pair for a qualified name.
Page 14 of 34