Skip to main content

xmlReaderForDoc

Function xmlReaderForDoc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlReaderForDoc( cur: *const xmlChar, URL: *const c_char, encoding: *const c_char, options: c_int, ) -> *mut XmlTextReader
Expand description

xmlTextReaderPtr xmlReaderForDoc(const xmlChar *cur, const char *URL, const char *encoding, int options) — reader over an in-memory XML string.

§SAFETY

  • cur must be a valid NUL-terminated XML document string.