initSidebarItems({"fn":[["characters","return some XML Characters"],["end_element","consume an `EndElement` with a specific name or throw an `XmlParseError`"],["optional_string_field","parse Some(String) if the next tag has the right name, otherwise None"],["peek_at_name","get the name of the current element in the stack. throw a parse error if it's not a `StartElement`"],["skip_tree","skip a tag and all its children"],["start_element","consume a `StartElement` with a specific name or throw an `XmlParseError`"],["string_field","return a string field with the right name or throw a parse error"]],"struct":[["XmlParseError","generic Error for XML parsing"],["XmlResponse","Wraps the Hyper Response type"]],"trait":[["Next","Move to the next part of the XML stack"],["Peek","Peek at next items in the XML stack"]],"type":[["XmlStack","syntactic sugar for the XML event stack we pass around"]]});