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
Create a text node for the given DOM.
The element is not linked into the DOM yet.