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