var searchIndex = {}; searchIndex["xml_writer"] = {"doc":"","items":[[3,"XmlWriter","xml_writer","",null,null],[12,"pretty","","",0,null],[11,"fmt","","",0,null],[11,"new","","",0,{"inputs":[{"name":"w"}],"output":{"name":"xmlwriter"}}],[11,"dtd","","Write the DTD",0,null],[11,"elem","","Write a self-closing element like <br/>",0,null],[11,"elem_text","","Write an element with inlined text (escaped)",0,null],[11,"begin_elem","","Begin an elem, make sure name contains only allowed chars",0,null],[11,"end_elem","","End and elem",0,null],[11,"attr","","Write an attr, make sure name and value contain only allowed chars.\nFor an escaping version use `attr_esc`",0,null],[11,"attr_esc","","Write an attr, make sure name contains only allowed chars",0,null],[11,"text","","Write a text, escapes the text automatically",0,null],[11,"write","","Raw write, no escaping, no safety net, use at own risk",0,null],[11,"cdata","","Write a CDATA",0,null],[11,"comment","","Write a comment",0,null],[11,"close","","Close all open elems",0,null],[11,"flush","","Flush the underlying Writer",0,null],[11,"into_inner","","Consume the XmlWriter and return the inner Writer",0,null]],"paths":[[3,"XmlWriter"]]}; initSearch(searchIndex);