fz_dom_create_text_node

Function fz_dom_create_text_node 

Source
pub unsafe extern "C" fn fz_dom_create_text_node(
    ctx: *mut fz_context,
    dom: *mut fz_xml,
    text: *const c_char,
) -> *mut fz_xml
Expand description

Create a text node for the given DOM.

The element is not linked into the DOM yet.