xml.sax.handler
¶
This module contains the core classes of version 2.0 of SAX for Python. This file provides only default classes with absolutely minimum functionality, from which drivers and applications can be subclassed.
Many of these classes are empty and are included only as documentation of the interfaces.
$Id$
Classes¶
ContentHandler () |
Interface for receiving logical document content events. |
DTDHandler |
Handle DTD events. |
EntityResolver |
Basic interface for resolving entities. |
ErrorHandler |
Basic interface for SAX error handlers. |