pub unsafe extern "C" fn fz_parse_xml_from_html5(
    ctx: *mut fz_context,
    buf: *mut fz_buffer
) -> *mut fz_xml
Expand description

Parse the contents of a buffer into a tree of XML nodes, using the HTML5 parsing algorithm.