Skip to main content

get_dtd_notation_desc

Function get_dtd_notation_desc 

Source
pub unsafe fn get_dtd_notation_desc(
    dtd: *mut _xmlDtd,
    name: *const xmlChar,
) -> *mut _xmlNotation
Expand description

Upstream xmlGetDtdNotationDesc(dtd, name).

§SAFETY

  • dtd must be a valid pointer or NULL; name a NULL-terminated string.