Skip to main content

xmlACatalogAdd

Function xmlACatalogAdd 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlACatalogAdd( catal: *mut XmlCatalogHandle, type_: *const xmlChar, orig: *const xmlChar, replace: *const xmlChar, ) -> c_int
Expand description

Add an entry to a catalog handle (upstream xmlACatalogAdd: type is “public”|“system”|“rewriteSystem”|“rewriteURI”|“delegatePublic”| “delegateSystem”|“delegateURI”|“nextCatalog”).

§SAFETY

  • catal must be a valid handle; type, orig, replace valid NUL-terminated strings.