[−][src]Type Definition libxslt::bindings::xmlExternalEntityLoader
type xmlExternalEntityLoader = Option<unsafe extern "C" fn(*const i8, *const i8, *mut _xmlParserCtxt) -> *mut _xmlParserInput>;
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.