Function mupdf_sys::fz_dom_parent

source ·
pub unsafe extern "C" fn fz_dom_parent(
    ctx: *mut fz_context,
    elt: *mut fz_xml
) -> *mut fz_xml
Expand description

Return a borrowed reference to the parent of a node, or NULL if there isn’t one.