Trees | Indices | Help |
|
---|
|
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: handler.py 35816 2004-05-06 03:47:48Z fdrake $
|
|||
ErrorHandler Basic interface for SAX error handlers. |
|||
ContentHandler Interface for receiving logical document content events. |
|||
DTDHandler Handle DTD events. |
|||
EntityResolver Basic interface for resolving entities. |
|
|||
version =
|
|||
feature_namespaces =
|
|||
feature_namespace_prefixes =
|
|||
feature_string_interning =
|
|||
feature_validation =
|
|||
feature_external_ges =
|
|||
feature_external_pes =
|
|||
all_features =
|
|||
property_lexical_handler =
|
|||
property_declaration_handler =
|
|||
property_dom_node =
|
|||
property_xml_string =
|
|||
property_encoding =
|
|||
property_interning_dict =
|
|||
all_properties =
|
|
feature_namespace_prefixes
|
feature_string_interning
|
feature_external_ges
|
feature_external_pes
|
all_features
|
property_lexical_handler
|
property_declaration_handler
|
property_encoding
|
property_interning_dict
|
all_properties
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:41:34 2008 | http://epydoc.sourceforge.net |