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 -> Dtd0.dtd
val pos : Lexing.lexbuf -> pos
val restore : pos -> unit