Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val parse_file : string -> xml
val parse_in : in_channel -> xml
val parse_string : string -> xml
exception Error of error
val error : error -> string
val error_msg : error_msg -> string
val line : error_pos -> int
val range : error_pos -> int * int
val abs_range : error_pos -> int * int
exception Not_element of xml
exception Not_pcdata of xml
val tag : xml -> string
val pcdata : xml -> string
val attribs : xml -> (string * string) list
val attrib : xml -> string -> string
val to_string : xml -> string
val to_string_fmt : xml -> string