package xml-light

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type source =
  1. | SFile of string
  2. | SChannel of in_channel
  3. | SString of string
  4. | 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 parse : t -> source -> Xml.xml
val concat_pcdata : t -> bool -> unit
val _raises : (Xml.error_msg -> Lexing.lexbuf -> exn) -> (string -> exn) -> (Dtd.parse_error_msg -> Lexing.lexbuf -> exn) -> unit