xml_get_dtd_element_desc

Function xml_get_dtd_element_desc 

Source
pub fn xml_get_dtd_element_desc(
    dtd: Option<XmlDtdPtr>,
    name: &str,
) -> Option<XmlElementPtr>
Expand description

Search the DTD for the description of this element

returns the xmlElementPtr if found or null_mut()