var searchIndex = {}; searchIndex["xmltree"] = {"doc":"A simple library for parsing an XML file into an in-memory tree structure","items":[[3,"Element","xmltree","Represents an XML element.",null,null],[12,"name","","The name of the Element. Does not include any namespace info",0,null],[12,"attributes","","The Element attributes",0,null],[12,"children","","Children",0,null],[12,"text","","The text data for this element",0,null],[4,"ParseError","","Errors that can occur parsing XML",null,null],[13,"MalformedXml","","The XML is invalid",1,null],[13,"CannotParse","","This library is unable to process this XML. This can occur if, for\nexample, the XML contains processing instructions.",1,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"fmt","","",1,null],[11,"fmt","","",1,null],[11,"description","","",1,null],[11,"cause","","",1,null],[11,"parse","","Parses some data into an Element",0,{"inputs":[{"name":"r"}],"output":{"name":"result"}}],[11,"write","","Writes out this element as the root element in an new XML document",0,null],[11,"get_child","","Find a child element with the given name and return a reference to it.",0,null],[11,"get_mut_child","","Find a child element with the given name and return a mutable reference to it.",0,null],[11,"take_child","","Find a child element with the given name, remove and return it.",0,null]],"paths":[[3,"Element"],[4,"ParseError"]]}; initSearch(searchIndex);