var searchIndex = {}; searchIndex["markup5ever"] = {"doc":"","items":[[3,"LocalNameStaticSet","markup5ever","",null,null],[3,"PrefixStaticSet","","",null,null],[3,"NamespaceStaticSet","","",null,null],[3,"SmallCharSet","","Represents a set of \"small characters\", those with Unicode scalar values less than 64.",null,null],[12,"bits","","",0,null],[0,"data","","",null,null],[7,"C1_REPLACEMENTS","markup5ever::data","The spec replaces most characters in the ISO-2022 C1 control code range (U+0080 through U+009F) with these characters, based on Windows 8-bit codepages.",null,null],[7,"NAMED_ENTITIES","","",null,null],[0,"interface","markup5ever","",null,null],[3,"ExpandedName","markup5ever::interface","https://www.w3.org/TR/REC-xml-names/#dt-expname",null,null],[12,"ns","","",1,null],[12,"local","","",1,null],[3,"QualName","","A name with a namespace. Fully qualified name. Used to depict names of tags and attributes.",null,null],[12,"prefix","","",2,null],[12,"ns","","",2,null],[12,"local","","",2,null],[3,"Attribute","","A tag attribute.",null,null],[12,"name","","",3,null],[12,"value","","",3,null],[0,"tree_builder","","",null,null],[3,"ElementFlags","markup5ever::interface::tree_builder","",null,null],[12,"template","","A document fragment should be created, associated with the element, and returned in TreeSink::get_template_contents",4,null],[12,"mathml_annotation_xml_integration_point","","This boolean should be recorded with the element and returned in TreeSink::is_mathml_annotation_xml_integration_point",4,null],[4,"NodeOrText","","Something which can be inserted into the DOM.",null,null],[13,"AppendNode","","",5,null],[13,"AppendText","","",5,null],[4,"QuirksMode","","A document's quirks mode.",null,null],[13,"Quirks","","",6,null],[13,"LimitedQuirks","","",6,null],[13,"NoQuirks","","",6,null],[4,"NextParserState","","Whether to interrupt further parsing of the current input until the next explicit resumption of the tokenizer, or continue without any interruption.",null,null],[13,"Suspend","","Stop further parsing.",7,null],[13,"Continue","","Continue without interruptions.",7,null],[5,"create_element","","",null,null],[8,"TreeSink","","",null,null],[16,"Handle","","`Handle` is a reference to a DOM node. The tree builder requires that a `Handle` implements `Clone` to get another reference to the same node.",8,null],[16,"Output","","The overall result of parsing.",8,null],[10,"finish","","Consume this sink and return the overall result of parsing.",8,null],[10,"parse_error","","Signal a parse error.",8,{"inputs":[{"name":"self"},{"name":"cow"}],"output":null}],[10,"get_document","","Get a handle to the `Document` node.",8,null],[10,"elem_name","","What is the name of this element?",8,null],[10,"create_element","","Create an element.",8,null],[10,"create_comment","","Create a comment node.",8,null],[10,"create_pi","","Create a Processing Instruction node.",8,null],[10,"append","","Append a node as the last child of the given node. If this would produce adjacent sibling text nodes, it should concatenate the text instead.",8,null],[10,"append_based_on_parent_node","","When the insertion point is decided by the existence of a parent node of the element, we consider both possibilities and send the element which will be used if a parent node exists, along with the element to be used if there isn't one.",8,null],[10,"append_doctype_to_document","","Append a `DOCTYPE` element to the `Document` node.",8,{"inputs":[{"name":"self"},{"name":"strtendril"},{"name":"strtendril"},{"name":"strtendril"}],"output":null}],[11,"mark_script_already_started","","Mark a HTML `