403Webshell
Server IP : 217.160.0.135  /  Your IP : 216.73.217.37
Web Server : Apache
System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64
User : sws1074145052 ( 1074145052)
PHP Version : 8.3.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/html5lib/treebuilders/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/html5lib/treebuilders/__pycache__/__init__.cpython-311.pyc
�

V=�^��6�dZddlmZmZmZddlmZiZdd�ZdS)a)A collection of modules for building different kinds of trees from HTML
documents.

To create a treebuilder for a new type of tree, you need to do
implement several things:

1. A set of classes for various types of elements: Document, Doctype, Comment,
   Element. These must implement the interface of ``base.treebuilders.Node``
   (although comment nodes have a different signature for their constructor,
   see ``treebuilders.etree.Comment``) Textual content may also be implemented
   as another node type, or not, as your tree implementation requires.

2. A treebuilder object (called ``TreeBuilder`` by convention) that inherits
   from ``treebuilders.base.TreeBuilder``. This has 4 required attributes:

   * ``documentClass`` - the class to use for the bottommost node of a document
   * ``elementClass`` - the class to use for HTML Elements
   * ``commentClass`` - the class to use for comments
   * ``doctypeClass`` - the class to use for doctypes

   It also has one required method:

   * ``getDocument`` - Returns the root node of the complete document tree

3. If you wish to run the unit tests, you must also create a ``testSerializer``
   method on your treebuilder which accepts a node and returns a string
   containing Node and its children serialized according to the format used in
   the unittests

�)�absolute_import�division�unicode_literals�)�
default_etreeNc�n�|���}|tvr|dkr#ddlm}|�ddlm}|}|j|fi|��jS|dkrddlm}|jt|<n:|d	kr"dd
lm	}|�t}|j|fi|��jStd|z���t�
|��S)aGet a TreeBuilder class for various types of trees with built-in support

    :arg treeType: the name of the tree type required (case-insensitive). Supported
        values are:

        * "dom" - A generic builder for DOM implementations, defaulting to a
          xml.dom.minidom based implementation.
        * "etree" - A generic builder for tree implementations exposing an
          ElementTree-like interface, defaulting to xml.etree.cElementTree if
          available and xml.etree.ElementTree if not.
        * "lxml" - A etree-based builder for lxml.etree, handling limitations
          of lxml's implementation.

    :arg implementation: (Currently applies to the "etree" and "dom" tree
        types). A module implementing the tree type e.g. xml.etree.ElementTree
        or xml.etree.cElementTree.

    :arg kwargs: Any additional options to pass to the TreeBuilder when
        creating it.

    Example:

    >>> from html5lib.treebuilders import getTreeBuilder
    >>> builder = getTreeBuilder('etree')

    �dom�)r	Nr)�minidom�lxml)�
etree_lxml�etree)rzUnrecognised treebuilder "%s" )�lower�treeBuilderCache�r	�xml.domr�getDomModule�TreeBuilderr
rr�getETreeModule�
ValueError�get)�treeType�implementation�kwargsr	rr
rs       �@/usr/lib/python3/dist-packages/html5lib/treebuilders/__init__.py�getTreeBuilderr's��8�~�~���H��'�'�'��u����������%�+�+�+�+�+�+�!(��#�3�#�N�=�=�f�=�=�I�I�
��
�
�$�$�$�$�$�$�)3�)?��X�&�&�
��
 �
 ��������%�!.��'�5�'��A�A�&�A�A�M�M��A�H�L�M�M�M�����)�)�)�)N)	�__doc__�
__future__rrr�_utilsrrr�rr�<module>r"sf����>C�B�B�B�B�B�B�B�B�B�"�"�"�"�"�"���1*�1*�1*�1*�1*�1*r

Youez - 2016 - github.com/yon3zu
LinuXploit