| Server IP : 172.67.131.151 / Your IP : 162.159.115.9 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/html5lib/treebuilders/__pycache__/ |
Upload File : |
U
63)Z*7 � @ s� d Z ddlmZmZmZ ddlZddlZddlZddlm Z ddl
mZ ddlm
Z
dd lmZ
dd
lmZ ddlmZ dZe�d�Ze�d
�jZG dd� de�ZG dd� de�Zdd� Zdd� ZG dd� de j�ZdS )a� Module for supporting the lxml.etree library. The idea here is to use as much
of the native library as possible, without using fragile hacks like custom element
names that break between releases. The downside of this is that we cannot represent
all possible trees; specifically the following are known to cause problems:
Text or comments as siblings of the root element
Docypes with no name
When any of these things occur, we emit a DataLossWarning
� )�absolute_import�division�unicode_literalsN� )�base� )�DataLossWarning)� constants)�etree)� _ihatexmlTz
{([^}]*)}(.*)Zasdc @ s e Zd Zdd� ZdS )�DocumentTypec C s || _ || _|| _d S �N)�name�publicId�systemId)�selfr r r � r �B/usr/lib/python3/dist-packages/html5lib/treebuilders/etree_lxml.py�__init__# s zDocumentType.__init__N)�__name__�
__module__�__qualname__r r r r r r "