xml.sax
xml.sax — Support for SAX2 parsers
Source code: Lib/xml/sax/__init__.py
The xml.sax
package provides a number of modules which implement the Simple API for XML (SAX) interface for Python. The package itself provides the SAX exceptions and the convenience functions which will be most used by users of the SAX API.