Skip to main content

xmlAddNotationDecl

Function xmlAddNotationDecl 

Source
pub unsafe extern "C" fn xmlAddNotationDecl(
    ctxt: *mut xmlValidCtxt,
    dtd: *mut xmlDtd,
    name: *const xmlChar,
    publicId: *const xmlChar,
    systemId: *const xmlChar,
) -> *mut xmlNotation