var N=null,E="",T="t",U="u",searchIndex={}; var R=["xml5ever","attribute","create_element","qualname","nonatomic","tendril","nodeortext","Handle","xml5ever::interface","serialize","result","xml5ever::tendril::fmt","Check whether the buffer is valid for this format.","Convert a byte slice to this kind of slice.","xml5ever::tendril","tree_builder","tokenizer","xml5ever::serialize","A type alias for an attribute name and value (e.g. the…","Serialize","Types that can be serialized (according to the xml-like…","Take the serializer and call its methods to serialize this…","traversalscope","Serializer","Types that are capable of serializing implement this trait","start_elem","Serialize the start of an element, for example ``.","write_text","Serialize a plain text node.","write_comment","Serialize a comment node, for example ``.","write_doctype","Serialize a doctype node, for example ``.","write_processing_instruction","Serialize a processing instruction node, for example…","TraversalScope","Used as a parameter to `serialize`, telling it if we want…","IncludeNode","Include the parent node when serializing.","ChildrenOnly","Only serialize the children of the node, treating any…","LocalName","Namespace","xmlstate","bufferqueue","NextParserState","Whether to interrupt further parsing of the current input…","Stop further parsing.","Continue","Continue without interruptions.","NodeOrText","Something which can be inserted into the DOM.","AppendNode","AppendText","Trace hooks for a garbage-collected DOM.","trace_handle","Upon a call to `trace_handles`, the tree builder will call…","TreeSink","Methods a parser can use to create the DOM. The DOM…","`Handle` is a reference to a DOM node. The tree builder…","The overall result of parsing.","Consume this sink and return the overall result of parsing.","parse_error","Signal a parse error.","get_document","Get a handle to the `Document` node.","elem_name","What is the name of this element?","expandedname","Create an element.","elementflags","create_comment","Create a comment node.","create_pi","Create a Processing Instruction node.","Append a node as the last child of the given node. If this…","append_based_on_parent_node","When the insertion point is decided by the existence of a…","append_doctype_to_document","Append a `DOCTYPE` element to the `Document` node.","mark_script_already_started","Mark a HTML `