Skip to main content

xmlReadFd

Function xmlReadFd 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlReadFd( fd: c_int, URL: *const c_char, encoding: *const c_char, options: c_int, ) -> *mut _xmlDoc
Expand description

Read an XML document from a file descriptor.

ยงUPSTREAM-PARITY

xmlDocPtr xmlReadFd(int fd, const char *URL, const char *encoding, int options);