Type Definition libxml::bindings::endDocumentSAXFunc [−][src]
type endDocumentSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void)>;
endDocumentSAXFunc: @ctx: the user data (XML parser context)
Called when the document end has been detected.