4$uv d Z ddlmZ ddlmZmZ ddlmZmZm Z m Z mZ e fdZ e fdZ dgZdZerdd lZdd lZdd lZej j s)d ej v r ej d d Z[dZej d d dk rGej e r-ej e d ZddZej d d dk rd 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)ContentHandlerErrorHandler)SAXExceptionSAXNotRecognizedExceptionSAXParseExceptionSAXNotSupportedExceptionSAXReaderNotAvailablec t }| | | | | | d S )N)make_parsersetContentHandlersetErrorHandlerparse)sourcehandlererrorHandlerparsers 7/opt/alt/python311/lib64/python3.11/xml/sax/__init__.pyr r sK ]]F W%%% <((( LL c dd l }|t }t }| | | | t }t | t r)| | | n(| | | | | d S )N ) ior r r r r isinstancestrsetCharacterStreamStringIO setByteStreamBytesIOr )stringr r r r inpsrcs r parseStringr! # s III#~~ ]]F W%%% <((( ]]F 1!!"++f"5"56666RZZ//000 LLr zxml.sax.expatreaderr N PY_SAX_PARSER,zpython.xml.sax.parser java c t | t z D ]<} t | c S # t $ r ddl}||j v r Y .t $ r Y 9w xY wt dd )a3 Creates 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.r NzNo parsers found)listdefault_parser_list_create_parserImportErrorsysmodulesr )parser_listparser_namer, s r r r F s K((+>> !+..... JJJck)) *) % D 2D 9 99s ,A AAc | ddl m} | | dt }| S )Nr )imp)org.python.corer1 importNameglobals create_parser)r/ r1 drv_modules r r* r* a s? ''''''^^KGII>> '')))r c P t | i i dg }| S )Nr5 ) __import__r5 )r/ r6 s r r* r* g s* Br?2CDD '')))r )r&