Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3
AøªjÙ8 ã @ sò d dl mZmZmZ d dlmZ ddlmZmZm Z dZ
eeƒdfeee d dfhB ƒdfeee d d fe d d
fhB ƒdfee d dfe d dfgƒdfee d dfe d d
fgƒdfdœZG dd„ de
ƒZG dd„ deƒZG dd„ de
ƒZdS )é )Úabsolute_importÚdivisionÚunicode_literals)Ú text_typeé )ÚscopingElementsÚtableInsertModeElementsÚ
namespacesNFÚhtmlÚbuttonÚolÚulÚtableÚoptgroupÚoptionT)Nr Úlistr Úselectc @ sb e Zd ZdZdd„ Zdd„ Zdd„ Zdd „ Zddd„Zd
d„ Z dd„ Z
dd„ Zdd„ Zdd„ Z
d
S )ÚNodezRepresents an item in the treec C s( || _ d| _d| _i | _g | _g | _dS )zRCreates a Node
:arg name: The tag name associated with the node
N)ÚnameÚparentÚvalueÚ
attributesÚ
childNodesÚ_flags)Úselfr © r ú>/tmp/pip-build-_d5lkt3n/html5lib/html5lib/treebuilders/base.pyÚ__init__ s z
Node.__init__c C s: dj dd„ | jjƒ D ƒƒ}|r,d| j|f S d| j S d S )Nú c S s g | ]\}}d ||f ‘qS )z%s="%s"r )Ú.0r r r r r ú
. s z Node.__str__..z<%s %s>z<%s>)Újoinr Úitemsr )r Ú
attributesStrr r r Ú__str__- s
zNode.__str__c C s
d| j S )Nz<%s>)r )r r r r Ú__repr__6 s z
Node.__repr__c C s t ‚dS )z[Insert node as a child of the current node
:arg node: the node to insert
N)ÚNotImplementedError)r Únoder r r ÚappendChild9 s zNode.appendChildNc C s t ‚dS )aB Insert data as text in the current node, positioned before the
start of node insertBefore or to the end of the node's text.
:arg data: the data to insert
:arg insertBefore: True if you want to insert the text before the node
and False if you want to insert it after the node
N)r&