Function mupdf_sys::fz_xml_att

source ·
pub unsafe extern "C" fn fz_xml_att(
    item: *mut fz_xml,
    att: *const c_char
) -> *mut c_char
Expand description

Return the value of an attribute of an XML node. NULL if the attribute doesn’t exist.