o 7]h=@svddlmZmZmZddlmZddlZddlmZm Z ddl m Z m Z m Z ddl mZmZmZddlmZmZdd lmZd e d Zed ed Zed edZiZeddkZeeD]5\Z Z!erqee!dksyeszee!dkrzqee!dkree!dkre"e!Z!ne#e!Z!e!evse $re ee!<qeddZ%ede%dddZ&Gddde'Z(Gddde)Z*dS))absolute_importdivisionunicode_literals) text_typeN)register_errorxmlcharrefreplace_errors) voidElementsbooleanAttributesspaceCharacters)rcdataElementsentities xmlEntities) treewalkers_utils)escapez"'=<>`[]u_  /`  ᠎᠏           

   ]u􏿿&c Cst|ttfrg}g}d}t|j|j|jD]7\}}|r!d}q||j}t|j|t |j|dgrFt |j||d}d}nt |}| |q|D]+}t |} | rp| d| | | dso| dqR| dt|ddqRd||jfSt|S)NFrTr;z&#x%s;r) isinstanceUnicodeEncodeErrorUnicodeTranslateError enumerateobjectstartendrisSurrogatePairminsurrogatePairToCodepointordappend_encode_entity_mapgetendswithhexjoinr) excres codepointsskipicindex codepointcper3A/usr/lib/python3/dist-packages/pip/_vendor/html5lib/serializer.pyhtmlentityreplace_errors*s2 "      r5htmlentityreplaceetreecKs(t|}tdi|}||||S)aSerializes the input token stream using the specified treewalker :arg input: the token stream to serialize :arg tree: the treewalker to use :arg encoding: the encoding to use :arg serializer_opts: any options to pass to the :py:class:`html5lib.serializer.HTMLSerializer` that gets created :returns: the tree serialized as a string Example: >>> from html5lib.html5parser import parse >>> from html5lib.serializer import serialize >>> token_stream = parse('

Hi!

') >>> serialize(token_stream, omit_optional_tags=False) '

Hi!

' Nr3)r getTreeWalkerHTMLSerializerrender)inputtreeencodingserializer_optswalkersr3r3r4 serializeKs rAc@s~eZdZdZdZdZdZdZdZdZ dZ dZ dZ dZ dZdZdZdZddZdd Zd d Zdd dZdddZdddZd S)r9legacy"TF)quote_attr_values quote_charuse_best_quote_charomit_optional_tagsminimize_boolean_attributesuse_trailing_solidusspace_before_trailing_solidusescape_lt_in_attrs escape_rcdataresolve_entitiesalphabetical_attributesinject_meta_charsetstrip_whitespacesanitizec Ksvt|t|j}t|dkrtdtt|d|vr d|_|jD]}t||||t ||q#g|_ d|_ dS)aB Initialize HTMLSerializer :arg inject_meta_charset: Whether or not to inject the meta charset. Defaults to ``True``. :arg quote_attr_values: Whether to quote attribute values that don't require quoting per legacy browser behavior (``"legacy"``), when required by the standard (``"spec"``), or always (``"always"``). Defaults to ``"legacy"``. :arg quote_char: Use given quote character for attribute quoting. Defaults to ``"`` which will use double quotes unless attribute value contains a double quote, in which case single quotes are used. :arg escape_lt_in_attrs: Whether or not to escape ``<`` in attribute values. Defaults to ``False``. :arg escape_rcdata: Whether to escape characters that need to be escaped within normal elements within rcdata elements such as style. Defaults to ``False``. :arg resolve_entities: Whether to resolve named character entities that appear in the source tree. The XML predefined entities < > & " ' are unaffected by this setting. Defaults to ``True``. :arg strip_whitespace: Whether to remove semantically meaningless whitespace. (This compresses all whitespace to a single space except within ``pre``.) Defaults to ``False``. :arg minimize_boolean_attributes: Shortens boolean attributes to give just the attribute value, for example:: becomes:: Defaults to ``True``. :arg use_trailing_solidus: Includes a close-tag slash at the end of the start tag of void elements (empty elements whose end tag is forbidden). E.g. ``
``. Defaults to ``False``. :arg space_before_trailing_solidus: Places a space immediately before the closing slash in a tag using a trailing solidus. E.g. ``
``. Requires ``use_trailing_solidus=True``. Defaults to ``True``. :arg sanitize: Strip all unsafe or unknown constructs from output. See :py:class:`html5lib.filters.sanitizer.Filter`. Defaults to ``False``. :arg omit_optional_tags: Omit start/end tags that are optional. Defaults to ``True``. :arg alphabetical_attributes: Reorder attributes to be in alphabetical order. Defaults to ``False``. rz2__init__() got an unexpected keyword argument '%s'rEFN) frozensetoptionslen TypeErrornextiterrFsetattrr%getattrerrorsstrict)selfkwargsunexpected_argsattrr3r3r4__init__sO   zHTMLSerializer.__init__cC&t|tsJ|jr||jdS|S)Nr6rrr=encoder\stringr3r3r4rczHTMLSerializer.encodecCra)Nr[rbrdr3r3r4 encodeStrictrfzHTMLSerializer.encodeStrictNccs||_d}g|_|r|jrddlm}|||}|jr&ddlm}||}|jr3ddlm}||}|j r@ddl m}||}|j rMddl m}||}|D]}|d}|dkrd|d}|drm|d |d7}n|d ru|d 7}|d r|d  d d kr|d  dd kr|dd}nd }|d||d |f7}|d7}||VqO|dvr|dks|r|r|d dd kr|d||dVqO|t|dVqO|dvr|d} |d| V| tvr|jsd}n|r|d|dD]\\} } } | } | }|dV|| V|jr/| t| tvr| tdtvr|dV|jdksBt|d krEd}n |jdkrSt|du}n|jd krat|du}ntd!|d"d#}|j ru|d$d%}|r|j!}|j"rd|vrd |vrd }n d |vrd|vrd}|dkr|dd&}n|d d'}||V||V||Vq||Vq| t#vr|j$r|j%r|d(Vn|d)V|dVqO|d*kr |d} | tvrd}n|r|d|d+| VqO|d,kr*|d}| d-d kr|d.|d/|dVqO|d0kr\|d} | d1}|t&vrC|d2| |j'rQ|t(vrQt&|}nd3| }||VqO||dqOdS)4NFr)FiltertypeDoctypez ) CharactersSpaceCharactersrqdatazCommentz--zComment contains --z EntityrzEntity %s not recognizedz&%s;))r=rZrOfilters.inject_meta_charsetrhrNfilters.alphabeticalattributesrPfilters.whitespacerQfilters.sanitizerrGfilters.optionaltagsfindserializeErrorrgrcrr rLitemsrHr r%tuplerDrT_quoteAttributeSpecsearch_quoteAttributeLegacy ValueErrorreplacerKrErFr rIrJr rMr)r\ treewalkerr=in_cdatarhtokenridoctyperErk_ attr_name attr_valuekv quote_attrrrkeyr3r3r4rAs                                   zHTMLSerializer.serializecCs.|r dt|||Sdt||S)anSerializes the stream from the treewalker into a string :arg treewalker: the treewalker to serialize :arg encoding: the string encoding to use :returns: the serialized tree Example: >>> from html5lib import parse, getTreeWalker >>> from html5lib.serializer import HTMLSerializer >>> token_stream = parse('Hi!') >>> walker = getTreeWalker('etree') >>> serializer = HTMLSerializer(omit_optional_tags=False) >>> serializer.render(walker(token_stream)) 'Hi!' r)r(listrA)r\rr=r3r3r4r:wszHTMLSerializer.renderXXX ERROR MESSAGE NEEDEDcCs|j||jr tdSN)rZr#r[SerializeError)r\rrr3r3r4rs zHTMLSerializer.serializeErrorr)r)__name__ __module__ __qualname__rDrErFrGrHrIrJrKrLrMrNrOrPrQrSr`rcrgrAr:rr3r3r3r4r9hs.Y  r9c@seZdZdZdS)rzError in serialized treeN)rrr__doc__r3r3r3r4rsr)r7N)+ __future__rrrpip._vendor.sixrrecodecsrr constantsr r r r r rrrrxml.sax.saxutilsrr(_quoteAttributeSpecCharscompilerrr$rT_is_ucs4rrrrr!r"islowerr5rArr9 Exceptionrr3r3r3r4sF         1