Function mupdf_sys::fz_xml_find[][src]

pub unsafe extern "C" fn fz_xml_find(
    item: *mut fz_xml,
    tag: *const c_char
) -> *mut fz_xml
Expand description

Search the siblings of XML nodes starting with item looking for the first with the given tag.

Return NULL if none found.