var searchIndex = {}; searchIndex["quick_xml"] = {"doc":"Quick XmlReader reader which performs **very** well.","items":[[3,"XmlReader","quick_xml","Xml reader",null,null],[3,"Element","","Wrapper around Vec<u8> representing the content of an event (aka node)",null,null],[3,"XmlWriter","","Xml writer",null,null],[4,"Event","","Event to interprete node as they are parsed",null,null],[13,"Start","","",0,null],[13,"End","","",0,null],[13,"Text","","",0,null],[13,"Comment","","",0,null],[13,"CData","","",0,null],[13,"Header","","",0,null],[0,"error","","Error management module",null,null],[4,"Error","quick_xml::error","An error produced by an operation on Xml data.",null,null],[13,"Io","","An error originating from reading or writing to the underlying buffer.",1,null],[13,"EOL","","An error originating from finding end of line instead of a column.",1,null],[13,"Utf8","","An error while converting to utf8",1,null],[13,"Malformed","","",1,null],[6,"Result","","Result type",null,null],[11,"fmt","","",1,null],[11,"fmt","","",1,null],[11,"description","","",1,null],[11,"cause","","",1,null],[11,"from","","",1,{"inputs":[{"name":"error"}],"output":{"name":"error"}}],[11,"from","","",1,{"inputs":[{"name":"utf8error"}],"output":{"name":"error"}}],[0,"attributes","quick_xml","",null,null],[3,"Attributes","quick_xml::attributes","",null,null],[11,"new","","",2,null],[11,"next","","",2,null],[11,"from_reader","quick_xml","Creates a XmlReader from a generic BufReader",3,{"inputs":[{"name":"b"}],"output":{"name":"xmlreader"}}],[11,"trim_text","","Change trim_text default behaviour (false per default)",3,null],[11,"with_check","","Change default with_check (true per default)",3,null],[11,"from_file","","Creates a xml reader from a file path",3,{"inputs":[{"name":"p"}],"output":{"name":"result"}}],[11,"from_str","","Creates a xml reader for an in memory string buffer.",3,{"inputs":[{"name":"str"}],"output":{"name":"xmlreader"}}],[11,"next","","",3,null],[11,"clone","","",4,null],[11,"new","","Creates a new Element from the given name and attributes.\nattributes are represented as an iterator over (key, value) tuples.\nKey and value can be anything that implements the AsRef<[u8]> trait,\nlike byte slices and strings.",4,{"inputs":[{"name":"str"},{"name":"i"}],"output":{"name":"element"}}],[11,"as_bytes","","name as &[u8] (without eventual attributes)",4,null],[11,"as_str","","name as str, (without eventual attributes)",4,null],[11,"attributes","","get attributes iterator",4,null],[11,"into_string","","consumes entire self (including eventual attributes!) and returns `String`",4,null],[11,"fmt","","",4,null],[11,"fmt","","",0,null],[11,"element","","returns inner Element for the event",0,null],[11,"new","","Creates a XmlWriter from a generic Write",5,{"inputs":[{"name":"w"}],"output":{"name":"xmlwriter"}}],[11,"into_inner","","Consumes this Xml Writer, returning the underlying writer.",5,null],[11,"write","","Writes the given event to the underlying writer.",5,null]],"paths":[[4,"Event"],[4,"Error"],[3,"Attributes"],[3,"XmlReader"],[3,"Element"],[3,"XmlWriter"]]}; initSearch(searchIndex);