pub fn xml_sax2_notation_decl( ctxt: &mut XmlParserCtxt<'_>, name: &str, public_id: Option<&str>, system_id: Option<&str>, )
What to do when a notation declaration has been parsed.