package erm_xml
-
erm_xml
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module E : sig ... end
module S : sig ... end
module X : sig ... end
type next_state =
Xmllexer_generic.Make(LS)(Encoding)(XmlStanza(UnitMonad)).next_state =
type state = Xmllexer_generic.Make(LS)(Encoding)(XmlStanza(UnitMonad)).state = {
tmp_buffer : Buffer.t;
stack : string Stack.t;
mutable next_state : next_state;
}
val not_eof : unit -> 'a S.t
val add_chars : state -> char list -> unit
val extract_buffer : state -> string
type d = Xmllexer_generic.Make(LS)(Encoding)(XmlStanza(UnitMonad)).d =
| N of (int * d) list
| L of char list
val entities : d
val create_state : unit -> state
val reset : state -> unit