Function get_notation_decl
Source pub unsafe fn get_notation_decl(
dtd: *mut _xmlDtd,
name: *const xmlChar,
) -> *mut _xmlNotation
Expand description
Look up a notation declaration by name.
§UPSTREAM-PARITY
xmlNotationPtr xmlGetNotationDecl(xmlDtdPtr dtd, const xmlChar *name);
§SAFETY
dtd must be a valid pointer to an _xmlDtd, or NULL.
name must be a valid null-terminated string.