Skip to main content

xmlCreateDocParserCtxt

Function xmlCreateDocParserCtxt 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlCreateDocParserCtxt( cur: *const xmlChar, ) -> *mut _xmlParserCtxt
Expand description

Create a document parser context.

ยงUPSTREAM-PARITY

xmlParserCtxtPtr xmlCreateDocParserCtxt(const xmlChar *cur);