Function assembly_xml::database::expect_row_or_end_rows
source · pub fn expect_row_or_end_rows<B: BufRead>(
xml: &mut Reader<B>,
buf: &mut Vec<u8>,
load_attrs: bool,
) -> Result<Option<HashMap<String, String>>, XmlError>
Expand description
Expects an empty <row …/>
tag or a closing </rows>
tag