Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
exception Error of error
exception DTDError of dtd_error
type token =
| Tag of string * (string * string) list * bool
| PCData of string
| Endtag of string
| DocType of string * dtd_decl
| Eof
val init : Lexing.lexbuf -> unit
val close : Lexing.lexbuf -> unit
val token : Lexing.lexbuf -> token
val dtd : Lexing.lexbuf -> Xml_light_types.dtd
val pos : Lexing.lexbuf -> pos
val restore : pos -> unit
val error_pos_of_pos : pos -> Xml_light_errors.error_pos
val error_pos : Lexing.lexbuf -> Xml_light_errors.error_pos