Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Plist_xml.S with type s := Markup.async and type 'a io := 'a Lwt.t
val plist_of_stream_exn :
(Markup.content_signal, Markup.async) Markup.stream ->
Plist_xml.t Lwt.t
Raises Parse_error
upon failure.
val parse_exn :
?report:(Markup.location -> Markup.Error.t -> unit Lwt.t) ->
?encoding:Markup.Encoding.t ->
?namespace:(string -> string option) ->
?entity:(string -> string option) ->
?context:[< `Document | `Fragment ] ->
(char, Markup.async) Markup.stream ->
Plist_xml.t Lwt.t
Raises Parse_error
upon failure. See documentation for Markup.parse_xml
for labeled parameter information.