Type Definition libxml::bindings::xmlExternalEntityLoader[][src]

type xmlExternalEntityLoader = Option<unsafe extern "C" fn(URL: *const c_char, ID: *const c_char, context: xmlParserCtxtPtr) -> xmlParserInputPtr>;

xmlExternalEntityLoader: @URL: The System ID of the resource requested @ID: The Public ID of the resource requested @context: the XML parser context

External entity loaders types.

Returns the entity input parser.