pub fn expect_table<B: BufRead>( xml: &mut Reader<B>, buf: &mut Vec<u8>, ) -> Result<Option<String>, XmlError>
Expects an opening <table> tag or a closing </database> tag
<table>
</database>