�
�f:���dZddlmZddlmZmZddlmZmZm Z m
Z
mZe��fd�Ze��fd�Z
dgZdZerdd lZdd lZdd lZejjs)d
ejvr ejd
�d��Z[dZejd d
�dkrGej�e��r-ej�e���d��Zdd�Zejd d
�dkrd�Znd�Z[d S)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�SAXReaderNotAvailablec��t��}|�|��|�|��|�|��dS)N)�make_parser�setContentHandler�setErrorHandler�parse)�source�handler�errorHandler�parsers �7/opt/alt/python311/lib64/python3.11/xml/sax/__init__.pyrrsK��
�]�]�F�
���W�%�%�%�
���<�(�(�(�
�L�L�������c��ddl}|�t��}t��}|�|��|�|��t��}t
|t��r)|�|� |����n(|�
|�|����|�|��dS)N�)
�iorrr
rr�
isinstance�str�setCharacterStream�StringIO�
setByteStream�BytesIOr)�stringrrrr�inpsrcs r�parseStringr!#s���
�I�I�I���#�~�~��
�]�]�F�
���W�%�%�%�
���<�(�(�(�
�]�]�F��&�#���1��!�!�"�+�+�f�"5�"5�6�6�6�6����R�Z�Z��/�/�0�0�0�
�L�L������rzxml.sax.expatreaderrN�
PY_SAX_PARSER�,zpython.xml.sax.parser��java�c���t|��tzD]<} t|��cS#t$rddl}||jvr�Y�.t$rY�9wxYwt
dd���)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,s rrrFs����K�(�(�+>�>���� �!�+�.�.�.�.�.��� � � ��J�J�J��c�k�)�)��*�)�%� � � �
�D� ����
� 2�D�
9�
9�9s�,�A� A�Ac�|�ddlm}|�|dt����}|���S)Nr)�imp)�org.python.corer1�
importName�globals�
create_parser)r/r1�
drv_modules rr*r*as?��'�'�'�'�'�'��^�^�K��G�I�I�>�>�
��'�'�)�)�)rc�P�t|iidg��}|���S)Nr5)�
__import__r5)r/r6s rr*r*gs*����B�r�?�2C�D�D�
��'�'�)�)�)r)r&)�__doc__� xmlreaderrrrr�_exceptionsrrrr r
rr!r)�_false�xml.sax.expatreader�xml�osr,�flags�ignore_environment�environ�split�_key�platform�registry�containsKey�getPropertyrr*r&rr�<module>rIs�����*#�"�"�"�"�"�1�1�1�1�1�1�1�1�.�.�.�.�.�.�.�.�.�.�.�.�.�.�
)5��������/;�l�n�n�
�
�
�
�$-�-��
�� ��������������
�y�#�A��2�:�(E�(E��*�_�5�;�;�C�@�@������<�����v���#�,�":�":�4�"@�"@���,�2�2�4�8�8�>�>�s�C�C��:�:�:�:�4�<��1������*�*�*�*�*�*�*��C�Cr |