Skip to main content

xmlCtxtGetDocTypeDecl

Function xmlCtxtGetDocTypeDecl 

Source
pub unsafe extern "C" fn xmlCtxtGetDocTypeDecl(
    ctxt: *mut xmlParserCtxt,
    name: *mut *const xmlChar,
    systemId: *mut *const xmlChar,
    publicId: *mut *const xmlChar,
) -> c_int