module type Buffer =sig..end
type 
type 
exception Full
val create : int -> tval add_uchar : t -> int -> unit
      Raises Xmlm.Buffer.Full if the buffer cannot be grown.
val clear : t -> unitval contents : t -> stringval length : t -> int