Function parse_cdata

Source
fn parse_cdata<'input>(
    s: &mut Stream<'input>,
    events: &mut dyn XmlEvents<'input>,
) -> Result<(), Error>