xmlparser.CharacterDataHandler(data) Called for character data. This will be called for normal character data, CDATA marked
xmlparser.XmlDeclHandler(version, encoding, standalone) Called when the XML declaration is parsed. The XML declaration is the
XMLReader.setEntityResolver(handler) Set the current
xmlparser.ProcessingInstructionHandler(target, data) Called for every processing instruction.
XMLReader.setErrorHandler(handler) Set the current error handler. If no
xml.sax.parse(filename_or_stream, handler, error_handler=handler.ErrorHandler()) Create a SAX parser and use it to parse a document
exception xml.sax.SAXException(msg, exception=None) Encapsulate an XML error or warning. This class can contain basic error
Page 34 of 34