Skip to main content

apr_xml_parser_create

Function apr_xml_parser_create 

Source
pub unsafe extern "C" fn apr_xml_parser_create(
    pool: *mut apr_pool_t,
) -> *mut apr_xml_parser
Expand description

Create an XML parser @param pool The pool for allocating the parser and the parse results. @return The new parser.