HEX
Server: nginx/1.24.0
System: Linux localhost 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: www (1000)
PHP: 8.3.27
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //lib/python3.10/xml/sax/__pycache__/__init__.cpython-310.pyc
o

p̦i:�@sdZddlmZddlmZmZddlmZmZm	Z	m
Z
mZe�fdd�Ze�fdd�Z
d	gZd
Zer7d
dlZd
dlZd
dlZejjsPdejvrPejd�d
�Z[dZejdd�dkrkej�e�rkej�e��d
�Zddd�Zejdd�dkr�dd�Z[dSdd�Z[dS)a�Simple API for XML (SAX) implementation for Python.

This module provides an implementation of the SAX 2 interface;
information about the Java version of the interface can be found at
http://www.megginson.com/SAX/.  The Python version of the interface is
documented at <...>.

This package contains the following modules:

handler -- Base classes and constants which define the SAX 2 API for
           the 'client-side' of SAX for Python.

saxutils -- Implementation of the convenience classes commonly used to
            work with SAX.

xmlreader -- Base classes and constants which define the SAX 2 API for
             the parsers used with SAX for Python.

expatreader -- Driver that allows use of the Expat parser with SAX.
�)�InputSource)�ContentHandler�ErrorHandler)�SAXException�SAXNotRecognizedException�SAXParseException�SAXNotSupportedException�SAXReaderNotAvailablecCs(t�}|�|�|�|�|�|�dS)N)�make_parser�setContentHandler�setErrorHandler�parse)�source�handler�errorHandler�parser�r�'/usr/lib/python3.10/xml/sax/__init__.pyr
s

r
cCspddl}|durt�}t�}|�|�|�|�t�}t|t�r)|�|�	|��n|�
|�|��|�|�dS)N�)
�iorr
rrr�
isinstance�str�setCharacterStream�StringIO�
setByteStream�BytesIOr
)�stringrrrr�inpsrcrrr�parseString#s


rzxml.sax.expatreaderrN�
PY_SAX_PARSER�,zpython.xml.sax.parser��javarc	Cs`t|�tD]$}zt|�WSty"ddl}||jvr �Yqty*Yqwtdd��)a3Creates and returns a SAX parser.

    Creates the first parser it is able to instantiate of the ones
    given in the iterable created by chaining parser_list and
    default_parser_list.  The iterables must contain the names of Python
    modules containing both a SAX parser and a create_parser function.rNzNo parsers found)�list�default_parser_list�_create_parser�ImportError�sys�modulesr	)�parser_list�parser_namer'rrrr
Fs
��
r
cCs$ddlm}|�|dt��}|��S)Nr)�imp)�org.python.corer+�
importName�globals�
create_parser)r*r+�
drv_modulerrrr%asr%cCst|iidg�}|��S)Nr/)�
__import__r/)r*r0rrrr%gs)r)�__doc__�	xmlreaderrrrr�_exceptionsrrrrr	r
rr$�_false�xml.sax.expatreader�xml�osr'�flags�ignore_environment�environ�split�_key�platform�registry�containsKey�getPropertyr
r%rrrr�<module>s.

�