xml_sax2_notation_decl

Function xml_sax2_notation_decl 

Source
pub fn xml_sax2_notation_decl(
    ctxt: &mut XmlParserCtxt<'_>,
    name: &str,
    public_id: Option<&str>,
    system_id: Option<&str>,
)
Expand description

What to do when a notation declaration has been parsed.