AlkantarClanX12
Current Path : /opt/alt/python37/lib64/python3.7/site-packages/lxml/__pycache__/ |
Current File : //opt/alt/python37/lib64/python3.7/site-packages/lxml/__pycache__/sax.cpython-37.pyc |
B �|/\�$ � @ s� d Z ddlmZ ddlmZ ddlmZ ddlmZm Z ddlm Z mZ G dd� dej�Z d d � ZG dd� de�ZG d d� de�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 � )�absolute_import)�ContentHandler)�etree)�ElementTree� SubElement)�Comment�ProcessingInstructionc @ s e Zd ZdZdS )�SaxErrorzGeneral SAX error. N)�__name__� __module__�__qualname__�__doc__� r r �;/opt/alt/python37/lib64/python3.7/site-packages/lxml/sax.pyr s r c C s0 | d dkr$t | dd � �dd��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 �| � 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 &