Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type source =
| SFile of string
| SChannel of in_channel
| SString of string
| SLexbuf of Lexing.lexbuf
val make : unit -> t
val prove : t -> bool -> unit
val resolve : t -> (string -> Dtd.checked) -> unit
val check_eof : t -> bool -> unit
val concat_pcdata : t -> bool -> unit
val _raises :
(Xml.error_msg -> Lexing.lexbuf -> exn) ->
(string -> exn) ->
(Dtd.parse_error_msg -> Lexing.lexbuf -> exn) ->
unit