xml_get_dtd_notation_desc

Function xml_get_dtd_notation_desc 

Source
pub fn xml_get_dtd_notation_desc<'a>(
    dtd: Option<&'a XmlDtd>,
    name: &str,
) -> Option<&'a XmlNotation>
Expand description

Search the DTD for the description of this notation

returns the xmlNotationPtr if found or null_mut()