Function parse_doctype

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