<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

Š¹¼]b6  ã               @   sÎ   d  Z  Gd d „  d ƒ Z Gd d „  d ƒ Z Gd d „  d ƒ Z Gd d „  d ƒ Z d	 Z d
 Z d Z d Z d Z	 d Z
 e e e e e	 e
 g Z d Z d Z d Z d Z d Z d Z e e e e e e g Z d S)z2.0betac               @   s4   e  Z d  Z d d „  Z d d „  Z d d „  Z d S)ÚErrorHandlerc             C   s
   | ‚ d  S)N© )ÚselfÚ	exceptionr   r   ú,/opt/alt/python35/lib64/python3.5/handler.pyÚerror    s    zErrorHandler.errorc             C   s
   | ‚ d  S)Nr   )r   r   r   r   r   Ú
fatalError$   s    zErrorHandler.fatalErrorc             C   s   t  | ƒ d  S)N)Úprint)r   r   r   r   r   Úwarning(   s    zErrorHandler.warningN)Ú__name__Ú
__module__Ú__qualname__r   r   r	   r   r   r   r   r      s   
r   c               @   s¸   e  Z d  Z d d „  Z d d „  Z d d „  Z d d „  Z d	 d
 „  Z d d „  Z d d „  Z	 d d „  Z
 d d „  Z d d „  Z d d „  Z d d „  Z d d „  Z d d „  Z d S)ÚContentHandlerc             C   s   d  |  _  d  S)N)Ú_locator)r   r   r   r   Ú__init__6   s    zContentHandler.__init__c             C   s   | |  _  d  S)N)r   )r   Zlocatorr   r   r   ÚsetDocumentLocator9   s    z!ContentHandler.setDocumentLocatorc             C   s   d  S)Nr   )r   r   r   r   ÚstartDocumentP   s    zContentHandler.startDocumentc             C   s   d  S)Nr   )r   r   r   r   ÚendDocumentW   s    zContentHandler.endDocumentc             C   s   d  S)Nr   )r   ÚprefixZurir   r   r   ÚstartPrefixMapping`   s    z!ContentHandler.startPrefixMappingc             C   s   d  S)Nr   )r   r   r   r   r   ÚendPrefixMappingw   s    zContentHandler.endPrefixMappingc             C   s   d  S)Nr   )r   ÚnameÚattrsr   r   r   ÚstartElement~   s    zContentHandler.startElementc             C   s   d  S)Nr   )r   r   r   r   r   Ú
endElement†   s    zContentHandler.endElementc             C   s   d  S)Nr   )r   r   Úqnamer   r   r   r   ÚstartElementNSŒ   s    zContentHandler.startElementNSc             C   s   d  S)Nr   )r   r   r   r   r   r   ÚendElementNS˜   s    zContentHandler.endElementNSc             C   s   d  S)Nr   )r   Zcontentr   r   r   Ú
charactersž   s    zContentHandler.charactersc             C   s   d  S)Nr   )r   Ú
whitespacer   r   r   ÚignorableWhitespace¨   s    z"ContentHandler.ignorableWhitespacec             C   s   d  S)Nr   )r   ÚtargetÚdatar   r   r   ÚprocessingInstruction¶   s    z$ContentHandler.processingInstructionc             C   s   d  S)Nr   )r   r   r   r   r   ÚskippedEntityÁ   s    zContentHandler.skippedEntityN)r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r"   r#   r   r   r   r   r   /   s   	
r   c               @   s(   e  Z d  Z d d „  Z d d „  Z d S)Ú
DTDHandlerc             C   s   d  S)Nr   )r   r   ÚpublicIdÚsystemIdr   r   r   ÚnotationDeclÖ   s    zDTDHandler.notationDeclc             C   s   d  S)Nr   )r   r   r%   r&   Zndatar   r   r   ÚunparsedEntityDeclÙ   s    zDTDHandler.unparsedEntityDeclN)r
   r   r   r'   r(   r   r   r   r   r$   Ð   s   r$   c               @   s   e  Z d  Z d d „  Z d S)ÚEntityResolverc             C   s   | S)Nr   )r   r%   r&   r   r   r   ÚresolveEntityæ   s    zEntityResolver.resolveEntityN)r
   r   r   r*   r   r   r   r   r)   ß   s   r)   z&http://xml.org/sax/features/namespacesz.http://xml.org/sax/features/namespace-prefixesz,http://xml.org/sax/features/string-interningz&http://xml.org/sax/features/validationz5http://xml.org/sax/features/external-general-entitiesz7http://xml.org/sax/features/external-parameter-entitiesz-http://xml.org/sax/properties/lexical-handlerz1http://xml.org/sax/properties/declaration-handlerz&http://xml.org/sax/properties/dom-nodez(http://xml.org/sax/properties/xml-stringz-http://www.python.org/sax/properties/encodingz3http://www.python.org/sax/properties/interning-dictN)Úversionr   r   r$   r)   Zfeature_namespacesZfeature_namespace_prefixesZfeature_string_interningZfeature_validationZfeature_external_gesZfeature_external_pesZall_featuresZproperty_lexical_handlerZproperty_declaration_handlerZproperty_dom_nodeZproperty_xml_stringZproperty_encodingZproperty_interning_dictZall_propertiesr   r   r   r   Ú<module>   s8   
¡		