관리-도구
편집 파일: _html5builder.cpython-311.pyc
� \�Dg� � � � d Z ddlmZmZ ddlmZmZ G d� de� � Z G d� de� � Z G d� d ej � � Z d S )z� Legacy module - don't use in new code! html5lib now has its own proper implementation. This module implements a tree builder for html5lib that generates lxml html element trees. This module uses camelCase as it follows the html5lib style guide. � )�_base�etree)�htmlr c � � e Zd Zd� ZdS )�DocumentTypec �0 � || _ || _ || _ d S �N)�name�publicId�systemId)�selfr r r s �y/builddir/build/BUILD/imunify360-venv-2.4.0/opt/imunify360/venv/lib64/python3.11/site-packages/lxml/html/_html5builder.py�__init__zDocumentType.__init__ s � ��� � �� � �� � � � N)�__name__� __module__�__qualname__r � r r r r s# � � � � � �!� !� !� !� !r r c � � e Zd Zd� Zd� ZdS )�Documentc �"