pub fn expect_decl<B: BufRead>(
    xml: &mut Reader<B>,
    buf: &mut Vec<u8>
) -> Result<()>
Expand description

Expect an <?xml … declaration