Type Definition libxml::bindings::xmlParserInputBufferCreateFilenameFunc [−][src]
type xmlParserInputBufferCreateFilenameFunc = Option<unsafe extern "C" fn(URI: *const c_char, enc: xmlCharEncoding) -> xmlParserInputBufferPtr>;
xmlParserInputBufferCreateFilenameFunc: @URI: the URI to read from @enc: the requested source encoding
Signature for the function doing the lookup for a suitable input method corresponding to an URI.
Returns the new xmlParserInputBufferPtr in case of success or NULL if no method was found.