Server IP : 184.154.167.98 / Your IP : 18.220.102.218 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib64/python3.6/site-packages/lxml/__pycache__/ |
Upload File : |
3 �'�YL! � @ s� d Z ddlmZ ddlmZ ddlmZmZ ddlmZm Z G dd� dej �Zdd � ZG d d� de�Z G dd � d e�Zdd� ZdS )aI SAX-based adapter to copy trees from/to the Python standard library. Use the `ElementTreeContentHandler` class to build an ElementTree from SAX events. Use the `ElementTreeProducer` class or the `saxify()` function to fire the SAX events of an ElementTree against a SAX ContentHandler. See http://codespeak.net/lxml/sax.html � )�ContentHandler)�etree)�ElementTree� SubElement)�Comment�ProcessingInstructionc @ s e Zd ZdZdS )�SaxErrorzGeneral SAX error. N)�__name__� __module__�__qualname__�__doc__� r r �/usr/lib64/python3.6/sax.pyr s r c C s0 | d dkr$t | dd � jdd��S d | fS d S )Nr �{� �})�tuple�split)�tagr r r � _getNsTag s r c @ s� e Zd ZdZd dd�Zdd� Zeeejd�Zdd � Zd d� Z dd � Z dd� Zdd� Zdd� Z d!dd�Zdd� Zdd� Zd"dd�Zdd� Zdd� ZeZdS )#�ElementTreeContentHandlerz/Build an lxml ElementTree from SAX events. Nc C sL t j| � d | _g | _g | _d | _d d gi| _i | _|d krBtj }|| _ d S )N)r �__init__�_root�_root_siblings�_element_stack�_default_ns�_ns_mapping� _new_mappingsr ZElement�_makeelement)�selfZmakeelementr r r r "