Ldif_changerec_ooSourcean object oriented interface to the ldif parser
an exception raised when there is a parse error
raised at the end of the change records
Ldif_changerec.iter f change, iterate accross all change entries in the specified change object, applying f to each one
Ldif_changerec.fold f change value, for each change entry en in the change object fold computes f (... (f (f value e1) e2) ...) en