|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/usr/lib/python2.4/site-packages/_xmlplus/sax/ |
Upload File : |
m
<c @ sK d Z d Z d k l Z l Z l Z l Z d k l Z l Z l
Z
l Z d k Td k l
Z
l Z l Z l Z l Z l Z l Z l Z l Z l Z l Z l Z d e f d YZ d f d YZ d
f d YZ d f d
YZ d f d YZ d f d YZ d e e e e f d YZ d f d YZ d S( se
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: saxlib.py,v 1.12 2002/05/10 14:49:21 akuchling Exp $
s 2.0beta( s ErrorHandlers ContentHandlers
DTDHandlers EntityResolver( s XMLReaders InputSources Locators IncrementalParser( t *( s feature_namespacess feature_namespace_prefixess feature_string_internings feature_validations feature_external_gess feature_external_pess all_featuress property_lexical_handlers property_declaration_handlers property_dom_nodes property_xml_strings all_propertiest XMLFilterc B s, t Z d Z e d Z d Z d Z RS( sE Interface for a SAX2 parser filter.
A parser filter is an XMLReader that gets its events from another
XMLReader (which may in turn also be a filter) rather than from a
primary source like a document or other non-SAX data source.
Filters can modify a stream of events before passing it on to its
handlers.c C s t i | | | _ d S( s\ Creates a filter instance, allowing applications to set the
parent on instantiation.N( t XMLReadert __init__t selft parentt _parent( R R ( ( t7 /usr/lib/python2.4/site-packages/_xmlplus/sax/saxlib.pyR 5 s
c C s
| | _ d S( sO Sets the parent XMLReader of this filter. The argument may
not be None.N( R R R ( R R ( ( R t setParent; s c C s | i S( s"