fz_parse_xml

Function fz_parse_xml 

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

Parse the contents of buffer into a tree of xml nodes.

preserve_white: whether to keep or delete all-whitespace nodes.