Nom de la classe | Description |
ContentHandler | Interface for receiving logical document content events. [extrait de ContentHandler.__doc__] |
ErrorHandler | Basic interface for SAX error handlers. [extrait de ErrorHandler.__doc__] |
InputSource | Encapsulation of the information needed by the XMLReader to [extrait de InputSource.__doc__] |
Nom de la classe d'exception | Description |
SAXException | Encapsulate an XML error or warning. This class can contain [extrait de SAXException.__doc__] |
SAXNotRecognizedException | Exception class for an unrecognized identifier. [extrait de SAXNotRecognizedException.__doc__] |
SAXNotSupportedException | Exception class for an unsupported operation. [extrait de SAXNotSupportedException.__doc__] |
SAXParseException | Encapsulate an XML parse error or warning. [extrait de SAXParseException.__doc__] |
SAXReaderNotAvailable | Exception class for a missing driver. [extrait de SAXReaderNotAvailable.__doc__] |
Signature de la fonction | Description |
make_parser(parser_list=()) | Creates and returns a SAX parser. [extrait de make_parser.__doc__] |
parse(source, handler, errorHandler=<xml.sax.handler.ErrorHandler object at 0x7f720c35ff90>) | |
parseString(string, handler, errorHandler=<xml.sax.handler.ErrorHandler object at 0x7f720c35ffd0>) |
Nom de la variable globale | Valeur |
default_parser_list | ['xml.sax.expatreader'] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :