Module GdataDocumentsV3Model.Revision

module Entry : sig ... end
module Feed : GdataAtom.Feed with type entry_t = Entry.t and type link_t = GdataAtom.Link.t and type extensions_t = GdataAtom.GenericExtensions.t
val parse_entry : GdataCore.xml_data_model -> Entry.t
val parse_feed : GdataCore.xml_data_model -> Feed.t
val entry_to_data_model : Entry.t -> GdataCore.xml_data_model
val feed_to_data_model : Feed.t -> GdataCore.xml_data_model