module type Buffer =Input signature for internal buffers.sig
..end
type
string
type
t
exception Full
val create : int -> t
val add_uchar : t -> int -> unit
Raises Xmlm.Buffer.Full
if the buffer cannot be grown.
val clear : t -> unit
val contents : t -> string
val length : t -> int