pub fn expect_text_or_end<B: BufRead>(
    key: &str,
    reader: &mut Reader<B>,
    buf: &mut Vec<u8>
) -> Result<String>
Expand description

Expect either a text node or an end tag